#ECC855

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

Shades of Cream Can #ECC855

Tints of Cream Can #ECC855

Color information

#ECC855 (or 0xECC855) is unknown color: approx Cream Can. HEX triplet: EC, C8 and 55. RGB value is (236,200,85). Sum of RGB (Red+Green+Blue) = 236+200+85=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC855 is #1337AA. Grayscale: #C6C6C6. Windows color (decimal): -1259435 or 5621996. OLE color: 5621996.

HSL color Cylindrical-coordinate representation of color #ECC855: hue angle of 45.7º 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 #ECC855 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23620085-
CMYK00.150.640.07
HSL45.7º79.89%62.94%-
HSV(B)45.7º63.98%92.55%-
XYZ56.8959.817.14-
YUV197.6564.43155.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 85 (33.59% from 255) = 16.31%
R=45.30%
G=38.39%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362008500.150.640.0745.779.8962.94
HexECC8550F4072e503f
Octal35431012501710075612077
Binary111011001100100010101010111110000001111011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC855; }

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

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

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

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

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

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

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

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