Shades of Cream Can #EEC854
Tints of Cream Can #EEC854
RGB
CMYK
RGB Variations
Color information
#EEC854 (or 0xEEC854) is known color: Cream Can. HEX triplet: EE, C8 and 54. RGB value is (238,200,84). Sum of RGB (Red+Green+Blue) = 238+200+84=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC854 is #1137AB. Grayscale: #C6C6C6. Windows color (decimal): -1128364 or 5556462. OLE color: 5556462.
HSL color Cylindrical-coordinate representation of color #EEC854: hue angle of 45.19º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEC854 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 84 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.07 |
| HSL | 45.19º | 0.82% | 0.63% | - |
| HSV(B) | 45.19º | 0.65% | 0.93% | - |
| XYZ | 57.51 | 60.13 | 16.96 | - |
| YUV | 198.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 84 | 0 | 0.16 | 0.65 | 0.07 | 45.19 | 0.82 | 0.63 |
| Hex | EE | C8 | 54 | 0 | 10 | 41 | 7 | 2D | 52 | 3F |
| Octal | 356 | 310 | 124 | 0 | 20 | 101 | 7 | 55 | 122 | 77 |
| Binary | 11101110 | 11001000 | 1010100 | 0 | 10000 | 1000001 | 111 | 101101 | 1010010 | 111111 |
Color Harmonies of #EEC854
Complementary color
Monochromatic Colors of #EEC854
Black with #EEC854
Text Example
Text Example
White with #EEC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC854; }
p { color: rgb(238,200,84); }
H1.HeaderClassName
{
color: #EEC854;
}
.AnyTagClassName
{
color: #EEC854;
}
</style>
background-color css
<style>
a { background-color: #EEC854; }
a { background-color: rgb(238,200,84); }
div.DivClassName
{
background-color: #EEC854;
}
.BgClassName
{
background-color: #EEC854;
}
</style>
border-color css
<style>
span { border-color: #EEC854; }
span { border-color: rgb(238,200,84); }
td.TdClassName
{
border-color: #EEC854;
}
.TagClassName
{
border-color: #EEC854;
}
</style>