#ECC455

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

Shades of Cream Can #ECC455

Tints of Cream Can #ECC455

Color information

#ECC455 (or 0xECC455) is unknown color: approx Cream Can. HEX triplet: EC, C4 and 55. RGB value is (236,196,85). Sum of RGB (Red+Green+Blue) = 236+196+85=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC455 is #133BAA. Grayscale: #C3C3C3. Windows color (decimal): -1260459 or 5620972. OLE color: 5620972.

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

Color convert

RGB23619685-
CMYK00.170.640.07
HSL44.11º79.89%62.94%-
HSV(B)44.11º63.98%92.55%-
XYZ55.9757.9716.83-
YUV195.3165.75157.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 85 (33.59% from 255) = 16.44%
R=45.65%
G=37.91%
B=16.44%

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
Decimal2361968500.170.640.0744.1179.8962.94
HexECC4550114072c503f
Octal35430412502110075412077
Binary1110110011000100101010101000110000001111011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC455; }

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

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

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

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

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

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

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

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