Shades of Cream Can #EEC247
Tints of Cream Can #EEC247
RGB
CMYK
RGB Variations
Color information
#EEC247 (or 0xEEC247) is known color: Cream Can. HEX triplet: EE, C2 and 47. RGB value is (238,194,71). Sum of RGB (Red+Green+Blue) = 238+194+71=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC247 is #113DB8. Grayscale: #C1C1C1. Windows color (decimal): -1129913 or 4702958. OLE color: 4702958.
HSL color Cylindrical-coordinate representation of color #EEC247: hue angle of 44.19º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEC247 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 71 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.07 |
| HSL | 44.19º | 0.83% | 0.61% | - |
| HSV(B) | 44.19º | 0.7% | 0.93% | - |
| XYZ | 55.69 | 57.22 | 14.07 | - |
| YUV | 193.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 71 | 0 | 0.18 | 0.70 | 0.07 | 44.19 | 0.83 | 0.61 |
| Hex | EE | C2 | 47 | 0 | 12 | 46 | 7 | 2C | 53 | 3D |
| Octal | 356 | 302 | 107 | 0 | 22 | 106 | 7 | 54 | 123 | 75 |
| Binary | 11101110 | 11000010 | 1000111 | 0 | 10010 | 1000110 | 111 | 101100 | 1010011 | 111101 |
Color Harmonies of #EEC247
Complementary color
Monochromatic Colors of #EEC247
Black with #EEC247
Text Example
Text Example
White with #EEC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC247; }
p { color: rgb(238,194,71); }
H1.HeaderClassName
{
color: #EEC247;
}
.AnyTagClassName
{
color: #EEC247;
}
</style>
background-color css
<style>
a { background-color: #EEC247; }
a { background-color: rgb(238,194,71); }
div.DivClassName
{
background-color: #EEC247;
}
.BgClassName
{
background-color: #EEC247;
}
</style>
border-color css
<style>
span { border-color: #EEC247; }
span { border-color: rgb(238,194,71); }
td.TdClassName
{
border-color: #EEC247;
}
.TagClassName
{
border-color: #EEC247;
}
</style>