Shades of Cream Can #EEC043
Tints of Cream Can #EEC043
RGB
CMYK
RGB Variations
Color information
#EEC043 (or 0xEEC043) is known color: Cream Can. HEX triplet: EE, C0 and 43. RGB value is (238,192,67). Sum of RGB (Red+Green+Blue) = 238+192+67=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC043 is #113FBC. Grayscale: #C0C0C0. Windows color (decimal): -1130429 or 4440302. OLE color: 4440302.
HSL color Cylindrical-coordinate representation of color #EEC043: hue angle of 43.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEC043 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 67 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.07 |
| HSL | 43.86º | 0.83% | 0.6% | - |
| HSV(B) | 43.86º | 0.72% | 0.93% | - |
| XYZ | 55.12 | 56.28 | 13.27 | - |
| YUV | 191.5 | 57.74 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 67 | 0 | 0.19 | 0.72 | 0.07 | 43.86 | 0.83 | 0.6 |
| Hex | EE | C0 | 43 | 0 | 13 | 48 | 7 | 2C | 53 | 3C |
| Octal | 356 | 300 | 103 | 0 | 23 | 110 | 7 | 54 | 123 | 74 |
| Binary | 11101110 | 11000000 | 1000011 | 0 | 10011 | 1001000 | 111 | 101100 | 1010011 | 111100 |
Color Harmonies of #EEC043
Complementary color
Monochromatic Colors of #EEC043
Black with #EEC043
Text Example
Text Example
White with #EEC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC043; }
p { color: rgb(238,192,67); }
H1.HeaderClassName
{
color: #EEC043;
}
.AnyTagClassName
{
color: #EEC043;
}
</style>
background-color css
<style>
a { background-color: #EEC043; }
a { background-color: rgb(238,192,67); }
div.DivClassName
{
background-color: #EEC043;
}
.BgClassName
{
background-color: #EEC043;
}
</style>
border-color css
<style>
span { border-color: #EEC043; }
span { border-color: rgb(238,192,67); }
td.TdClassName
{
border-color: #EEC043;
}
.TagClassName
{
border-color: #EEC043;
}
</style>