Shades of Cream Can #EEC04B
Tints of Cream Can #EEC04B
RGB
CMYK
RGB Variations
Color information
#EEC04B (or 0xEEC04B) is known color: Cream Can. HEX triplet: EE, C0 and 4B. RGB value is (238,192,75). Sum of RGB (Red+Green+Blue) = 238+192+75=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC04B is #113FB4. Grayscale: #C0C0C0. Windows color (decimal): -1130421 or 4964590. OLE color: 4964590.
HSL color Cylindrical-coordinate representation of color #EEC04B: hue angle of 43.07º degrees, saturation: 0.83, 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 #EEC04B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 75 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.07 |
| HSL | 43.07º | 0.83% | 0.61% | - |
| HSV(B) | 43.07º | 0.68% | 0.93% | - |
| XYZ | 55.38 | 56.38 | 14.62 | - |
| YUV | 192.42 | 61.74 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 75 | 0 | 0.19 | 0.68 | 0.07 | 43.07 | 0.83 | 0.61 |
| Hex | EE | C0 | 4B | 0 | 13 | 44 | 7 | 2B | 53 | 3D |
| Octal | 356 | 300 | 113 | 0 | 23 | 104 | 7 | 53 | 123 | 75 |
| Binary | 11101110 | 11000000 | 1001011 | 0 | 10011 | 1000100 | 111 | 101011 | 1010011 | 111101 |
Color Harmonies of #EEC04B
Complementary color
Monochromatic Colors of #EEC04B
Black with #EEC04B
Text Example
Text Example
White with #EEC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC04B; }
p { color: rgb(238,192,75); }
H1.HeaderClassName
{
color: #EEC04B;
}
.AnyTagClassName
{
color: #EEC04B;
}
</style>
background-color css
<style>
a { background-color: #EEC04B; }
a { background-color: rgb(238,192,75); }
div.DivClassName
{
background-color: #EEC04B;
}
.BgClassName
{
background-color: #EEC04B;
}
</style>
border-color css
<style>
span { border-color: #EEC04B; }
span { border-color: rgb(238,192,75); }
td.TdClassName
{
border-color: #EEC04B;
}
.TagClassName
{
border-color: #EEC04B;
}
</style>