#ECC34C

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

Shades of Cream Can #ECC34C

Tints of Cream Can #ECC34C

Color information

#ECC34C (or 0xECC34C) is unknown color: approx Cream Can. HEX triplet: EC, C3 and 4C. RGB value is (236,195,76). Sum of RGB (Red+Green+Blue) = 236+195+76=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC34C is #133CB3. Grayscale: #C2C2C2. Windows color (decimal): -1260724 or 5030892. OLE color: 5030892.

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

Color convert

RGB23619576-
CMYK00.170.680.07
HSL44.62º80.81%61.18%-
HSV(B)44.62º67.8%92.55%-
XYZ55.4157.3814.99-
YUV193.6961.58158.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 76 (30.08% from 255) = 14.99%
R=46.55%
G=38.46%
B=14.99%

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
Decimal2361957600.170.680.0744.6280.8161.18
HexECC34C0114472d513d
Octal35430311402110475512175
Binary1110110011000011100110001000110001001111011011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC34C; }

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

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

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

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

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

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

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

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