Shades of Cream Can #EEC45E
Tints of Cream Can #EEC45E
RGB
CMYK
RGB Variations
Color information
#EEC45E (or 0xEEC45E) is known color: Cream Can. HEX triplet: EE, C4 and 5E. RGB value is (238,196,94). Sum of RGB (Red+Green+Blue) = 238+196+94=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC45E is #113BA1. Grayscale: #C5C5C5. Windows color (decimal): -1129378 or 6210798. OLE color: 6210798.
HSL color Cylindrical-coordinate representation of color #EEC45E: hue angle of 42.5º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEC45E is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 94 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.07 |
| HSL | 42.5º | 0.81% | 0.65% | - |
| HSV(B) | 42.5º | 0.61% | 0.93% | - |
| XYZ | 57.02 | 58.47 | 18.87 | - |
| YUV | 196.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 94 | 0 | 0.18 | 0.61 | 0.07 | 42.5 | 0.81 | 0.65 |
| Hex | EE | C4 | 5E | 0 | 12 | 3D | 7 | 2A | 51 | 41 |
| Octal | 356 | 304 | 136 | 0 | 22 | 75 | 7 | 52 | 121 | 101 |
| Binary | 11101110 | 11000100 | 1011110 | 0 | 10010 | 111101 | 111 | 101010 | 1010001 | 1000001 |
Color Harmonies of #EEC45E
Complementary color
Monochromatic Colors of #EEC45E
Black with #EEC45E
Text Example
Text Example
White with #EEC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC45E; }
p { color: rgb(238,196,94); }
H1.HeaderClassName
{
color: #EEC45E;
}
.AnyTagClassName
{
color: #EEC45E;
}
</style>
background-color css
<style>
a { background-color: #EEC45E; }
a { background-color: rgb(238,196,94); }
div.DivClassName
{
background-color: #EEC45E;
}
.BgClassName
{
background-color: #EEC45E;
}
</style>
border-color css
<style>
span { border-color: #EEC45E; }
span { border-color: rgb(238,196,94); }
td.TdClassName
{
border-color: #EEC45E;
}
.TagClassName
{
border-color: #EEC45E;
}
</style>