Shades of Cream Can #EEC04F
Tints of Cream Can #EEC04F
RGB
CMYK
RGB Variations
Color information
#EEC04F (or 0xEEC04F) is known color: Cream Can. HEX triplet: EE, C0 and 4F. RGB value is (238,192,79). Sum of RGB (Red+Green+Blue) = 238+192+79=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC04F is #113FB0. Grayscale: #C1C1C1. Windows color (decimal): -1130417 or 5226734. OLE color: 5226734.
HSL color Cylindrical-coordinate representation of color #EEC04F: hue angle of 42.64º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEC04F is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 79 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.07 |
| HSL | 42.64º | 0.82% | 0.62% | - |
| HSV(B) | 42.64º | 0.67% | 0.93% | - |
| XYZ | 55.52 | 56.44 | 15.37 | - |
| YUV | 192.87 | 63.74 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 79 | 0 | 0.19 | 0.67 | 0.07 | 42.64 | 0.82 | 0.62 |
| Hex | EE | C0 | 4F | 0 | 13 | 43 | 7 | 2B | 52 | 3E |
| Octal | 356 | 300 | 117 | 0 | 23 | 103 | 7 | 53 | 122 | 76 |
| Binary | 11101110 | 11000000 | 1001111 | 0 | 10011 | 1000011 | 111 | 101011 | 1010010 | 111110 |
Color Harmonies of #EEC04F
Complementary color
Monochromatic Colors of #EEC04F
Black with #EEC04F
Text Example
Text Example
White with #EEC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC04F; }
p { color: rgb(238,192,79); }
H1.HeaderClassName
{
color: #EEC04F;
}
.AnyTagClassName
{
color: #EEC04F;
}
</style>
background-color css
<style>
a { background-color: #EEC04F; }
a { background-color: rgb(238,192,79); }
div.DivClassName
{
background-color: #EEC04F;
}
.BgClassName
{
background-color: #EEC04F;
}
</style>
border-color css
<style>
span { border-color: #EEC04F; }
span { border-color: rgb(238,192,79); }
td.TdClassName
{
border-color: #EEC04F;
}
.TagClassName
{
border-color: #EEC04F;
}
</style>