Shades of Cream Can #EEC04A
Tints of Cream Can #EEC04A
RGB
CMYK
RGB Variations
Color information
#EEC04A (or 0xEEC04A) is known color: Cream Can. HEX triplet: EE, C0 and 4A. RGB value is (238,192,74). Sum of RGB (Red+Green+Blue) = 238+192+74=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC04A is #113FB5. Grayscale: #C0C0C0. Windows color (decimal): -1130422 or 4899054. OLE color: 4899054.
HSL color Cylindrical-coordinate representation of color #EEC04A: hue angle of 43.17º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEC04A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 74 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.07 |
| HSL | 43.17º | 0.83% | 0.61% | - |
| HSV(B) | 43.17º | 0.69% | 0.93% | - |
| XYZ | 55.35 | 56.37 | 14.44 | - |
| YUV | 192.3 | 61.24 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 74 | 0 | 0.19 | 0.69 | 0.07 | 43.17 | 0.83 | 0.61 |
| Hex | EE | C0 | 4A | 0 | 13 | 45 | 7 | 2B | 53 | 3D |
| Octal | 356 | 300 | 112 | 0 | 23 | 105 | 7 | 53 | 123 | 75 |
| Binary | 11101110 | 11000000 | 1001010 | 0 | 10011 | 1000101 | 111 | 101011 | 1010011 | 111101 |
Color Harmonies of #EEC04A
Complementary color
Monochromatic Colors of #EEC04A
Black with #EEC04A
Text Example
Text Example
White with #EEC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC04A; }
p { color: rgb(238,192,74); }
H1.HeaderClassName
{
color: #EEC04A;
}
.AnyTagClassName
{
color: #EEC04A;
}
</style>
background-color css
<style>
a { background-color: #EEC04A; }
a { background-color: rgb(238,192,74); }
div.DivClassName
{
background-color: #EEC04A;
}
.BgClassName
{
background-color: #EEC04A;
}
</style>
border-color css
<style>
span { border-color: #EEC04A; }
span { border-color: rgb(238,192,74); }
td.TdClassName
{
border-color: #EEC04A;
}
.TagClassName
{
border-color: #EEC04A;
}
</style>