Shades of Cream Can #EEC04C
Tints of Cream Can #EEC04C
RGB
CMYK
RGB Variations
Color information
#EEC04C (or 0xEEC04C) is known color: Cream Can. HEX triplet: EE, C0 and 4C. RGB value is (238,192,76). Sum of RGB (Red+Green+Blue) = 238+192+76=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC04C is #113FB3. Grayscale: #C1C1C1. Windows color (decimal): -1130420 or 5030126. OLE color: 5030126.
HSL color Cylindrical-coordinate representation of color #EEC04C: hue angle of 42.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEC04C is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 76 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.07 |
| HSL | 42.96º | 0.83% | 0.62% | - |
| HSV(B) | 42.96º | 0.68% | 0.93% | - |
| XYZ | 55.41 | 56.4 | 14.8 | - |
| YUV | 192.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 76 | 0 | 0.19 | 0.68 | 0.07 | 42.96 | 0.83 | 0.62 |
| Hex | EE | C0 | 4C | 0 | 13 | 44 | 7 | 2B | 53 | 3E |
| Octal | 356 | 300 | 114 | 0 | 23 | 104 | 7 | 53 | 123 | 76 |
| Binary | 11101110 | 11000000 | 1001100 | 0 | 10011 | 1000100 | 111 | 101011 | 1010011 | 111110 |
Color Harmonies of #EEC04C
Complementary color
Monochromatic Colors of #EEC04C
Black with #EEC04C
Text Example
Text Example
White with #EEC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC04C; }
p { color: rgb(238,192,76); }
H1.HeaderClassName
{
color: #EEC04C;
}
.AnyTagClassName
{
color: #EEC04C;
}
</style>
background-color css
<style>
a { background-color: #EEC04C; }
a { background-color: rgb(238,192,76); }
div.DivClassName
{
background-color: #EEC04C;
}
.BgClassName
{
background-color: #EEC04C;
}
</style>
border-color css
<style>
span { border-color: #EEC04C; }
span { border-color: rgb(238,192,76); }
td.TdClassName
{
border-color: #EEC04C;
}
.TagClassName
{
border-color: #EEC04C;
}
</style>