Shades of Cream Can #EEC85A
Tints of Cream Can #EEC85A
RGB
CMYK
RGB Variations
Color information
#EEC85A (or 0xEEC85A) is known color: Cream Can. HEX triplet: EE, C8 and 5A. RGB value is (238,200,90). Sum of RGB (Red+Green+Blue) = 238+200+90=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC85A is #1137A5. Grayscale: #C7C7C7. Windows color (decimal): -1128358 or 5949678. OLE color: 5949678.
HSL color Cylindrical-coordinate representation of color #EEC85A: hue angle of 44.59º 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 #EEC85A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 90 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.07 |
| HSL | 44.59º | 0.81% | 0.64% | - |
| HSV(B) | 44.59º | 0.62% | 0.93% | - |
| XYZ | 57.76 | 60.22 | 18.25 | - |
| YUV | 198.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 90 | 0 | 0.16 | 0.62 | 0.07 | 44.59 | 0.81 | 0.64 |
| Hex | EE | C8 | 5A | 0 | 10 | 3E | 7 | 2D | 51 | 40 |
| Octal | 356 | 310 | 132 | 0 | 20 | 76 | 7 | 55 | 121 | 100 |
| Binary | 11101110 | 11001000 | 1011010 | 0 | 10000 | 111110 | 111 | 101101 | 1010001 | 1000000 |
Color Harmonies of #EEC85A
Complementary color
Monochromatic Colors of #EEC85A
Black with #EEC85A
Text Example
Text Example
White with #EEC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC85A; }
p { color: rgb(238,200,90); }
H1.HeaderClassName
{
color: #EEC85A;
}
.AnyTagClassName
{
color: #EEC85A;
}
</style>
background-color css
<style>
a { background-color: #EEC85A; }
a { background-color: rgb(238,200,90); }
div.DivClassName
{
background-color: #EEC85A;
}
.BgClassName
{
background-color: #EEC85A;
}
</style>
border-color css
<style>
span { border-color: #EEC85A; }
span { border-color: rgb(238,200,90); }
td.TdClassName
{
border-color: #EEC85A;
}
.TagClassName
{
border-color: #EEC85A;
}
</style>