#ECC54C

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

Shades of Cream Can #ECC54C

Tints of Cream Can #ECC54C

Color information

#ECC54C (or 0xECC54C) is unknown color: approx Cream Can. HEX triplet: EC, C5 and 4C. RGB value is (236,197,76). Sum of RGB (Red+Green+Blue) = 236+197+76=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC54C is #133AB3. Grayscale: #C3C3C3. Windows color (decimal): -1260212 or 5031404. OLE color: 5031404.

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

Color convert

RGB23619776-
CMYK00.170.680.07
HSL45.38º80.81%61.18%-
HSV(B)45.38º67.8%92.55%-
XYZ55.8658.2915.14-
YUV194.8760.92157.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.37%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 76 (30.08% from 255) = 14.93%
R=46.37%
G=38.70%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361977600.170.680.0745.3880.8161.18
HexECC54C0114472d513d
Octal35430511402110475512175
Binary1110110011000101100110001000110001001111011011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC54C; }

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

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

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

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

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

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

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

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