#ECC555

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

Shades of Cream Can #ECC555

Tints of Cream Can #ECC555

Color information

#ECC555 (or 0xECC555) is unknown color: approx Cream Can. HEX triplet: EC, C5 and 55. RGB value is (236,197,85). Sum of RGB (Red+Green+Blue) = 236+197+85=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC555 is #133AAA. Grayscale: #C4C4C4. Windows color (decimal): -1260203 or 5621228. OLE color: 5621228.

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

Color convert

RGB23619785-
CMYK00.170.640.07
HSL44.5º79.89%62.94%-
HSV(B)44.5º63.98%92.55%-
XYZ56.258.4216.91-
YUV195.8965.42156.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 85 (33.59% from 255) = 16.41%
R=45.56%
G=38.03%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361978500.170.640.0744.579.8962.94
HexECC5550114072d503f
Octal35430512502110075512077
Binary1110110011000101101010101000110000001111011011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC555; }

 p { color: rgb(236,197,85); }

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

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

 a { background-color: rgb(236,197,85); }

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

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

 span { border-color: rgb(236,197,85); }

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