Shades of Cream Can #EEC05A
Tints of Cream Can #EEC05A
RGB
CMYK
RGB Variations
Color information
#EEC05A (or 0xEEC05A) is known color: Cream Can. HEX triplet: EE, C0 and 5A. RGB value is (238,192,90). Sum of RGB (Red+Green+Blue) = 238+192+90=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC05A is #113FA5. Grayscale: #C2C2C2. Windows color (decimal): -1130406 or 5947630. OLE color: 5947630.
HSL color Cylindrical-coordinate representation of color #EEC05A: hue angle of 41.35º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEC05A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 90 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.07 |
| HSL | 41.35º | 0.81% | 0.64% | - |
| HSV(B) | 41.35º | 0.62% | 0.93% | - |
| XYZ | 55.96 | 56.61 | 17.65 | - |
| YUV | 194.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 90 | 0 | 0.19 | 0.62 | 0.07 | 41.35 | 0.81 | 0.64 |
| Hex | EE | C0 | 5A | 0 | 13 | 3E | 7 | 29 | 51 | 40 |
| Octal | 356 | 300 | 132 | 0 | 23 | 76 | 7 | 51 | 121 | 100 |
| Binary | 11101110 | 11000000 | 1011010 | 0 | 10011 | 111110 | 111 | 101001 | 1010001 | 1000000 |
Color Harmonies of #EEC05A
Complementary color
Monochromatic Colors of #EEC05A
Black with #EEC05A
Text Example
Text Example
White with #EEC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC05A; }
p { color: rgb(238,192,90); }
H1.HeaderClassName
{
color: #EEC05A;
}
.AnyTagClassName
{
color: #EEC05A;
}
</style>
background-color css
<style>
a { background-color: #EEC05A; }
a { background-color: rgb(238,192,90); }
div.DivClassName
{
background-color: #EEC05A;
}
.BgClassName
{
background-color: #EEC05A;
}
</style>
border-color css
<style>
span { border-color: #EEC05A; }
span { border-color: rgb(238,192,90); }
td.TdClassName
{
border-color: #EEC05A;
}
.TagClassName
{
border-color: #EEC05A;
}
</style>