#ECD557

Color #ECD557 Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #ECD557

Tints of Portica #ECD557

Color information

#ECD557 (or 0xECD557) is unknown color: approx Portica. HEX triplet: EC, D5 and 57. RGB value is (236,213,87). Sum of RGB (Red+Green+Blue) = 236+213+87=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD557 is #132AA8. Grayscale: #CECECE. Windows color (decimal): -1256105 or 5756396. OLE color: 5756396.

HSL color Cylindrical-coordinate representation of color #ECD557: hue angle of 50.74º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECD557 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23621387-
CMYK00.100.630.07
HSL50.74º79.68%63.33%-
HSV(B)50.74º63.14%92.55%-
XYZ60.1166.1118.61-
YUV205.5161.12149.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 87 (34.38% from 255) = 16.23%
R=44.03%
G=39.74%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362138700.100.630.0750.7479.6863.33
HexECD5570A3F733503f
Octal3543251270127776312077
Binary11101100110101011010111010101111111111100111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD557; }

 p { color: rgb(236,213,87); }

 H1.HeaderClassName
 {
   color: #ECD557;
 }
 .AnyTagClassName
 {
   color: #ECD557;
 }
</style>
background-color css

<style>
 a { background-color: #ECD557; }

 a { background-color: rgb(236,213,87); }

 div.DivClassName
 {
   background-color: #ECD557;
 }
 .BgClassName
 {
   background-color: #ECD557;
 }
</style>
border-color css

<style>
 span { border-color: #ECD557; }

 span { border-color: rgb(236,213,87); }

 td.TdClassName
 {
   border-color: #ECD557;
 }
 .TagClassName
 {
   border-color: #ECD557;
 }
</style>