Shades of Cream Can #EEC55E
Tints of Cream Can #EEC55E
RGB
CMYK
RGB Variations
Color information
#EEC55E (or 0xEEC55E) is known color: Cream Can. HEX triplet: EE, C5 and 5E. RGB value is (238,197,94). Sum of RGB (Red+Green+Blue) = 238+197+94=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC55E is #113AA1. Grayscale: #C5C5C5. Windows color (decimal): -1129122 or 6211054. OLE color: 6211054.
HSL color Cylindrical-coordinate representation of color #EEC55E: hue angle of 42.92º 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 #EEC55E is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 94 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.07 |
| HSL | 42.92º | 0.81% | 0.65% | - |
| HSV(B) | 42.92º | 0.61% | 0.93% | - |
| XYZ | 57.25 | 58.92 | 18.94 | - |
| YUV | 197.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 94 | 0 | 0.17 | 0.61 | 0.07 | 42.92 | 0.81 | 0.65 |
| Hex | EE | C5 | 5E | 0 | 11 | 3D | 7 | 2B | 51 | 41 |
| Octal | 356 | 305 | 136 | 0 | 21 | 75 | 7 | 53 | 121 | 101 |
| Binary | 11101110 | 11000101 | 1011110 | 0 | 10001 | 111101 | 111 | 101011 | 1010001 | 1000001 |
Color Harmonies of #EEC55E
Complementary color
Monochromatic Colors of #EEC55E
Black with #EEC55E
Text Example
Text Example
White with #EEC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC55E; }
p { color: rgb(238,197,94); }
H1.HeaderClassName
{
color: #EEC55E;
}
.AnyTagClassName
{
color: #EEC55E;
}
</style>
background-color css
<style>
a { background-color: #EEC55E; }
a { background-color: rgb(238,197,94); }
div.DivClassName
{
background-color: #EEC55E;
}
.BgClassName
{
background-color: #EEC55E;
}
</style>
border-color css
<style>
span { border-color: #EEC55E; }
span { border-color: rgb(238,197,94); }
td.TdClassName
{
border-color: #EEC55E;
}
.TagClassName
{
border-color: #EEC55E;
}
</style>