Shades of Cream Can #EEC853
Tints of Cream Can #EEC853
RGB
CMYK
RGB Variations
Color information
#EEC853 (or 0xEEC853) is known color: Cream Can. HEX triplet: EE, C8 and 53. RGB value is (238,200,83). Sum of RGB (Red+Green+Blue) = 238+200+83=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC853 is #1137AC. Grayscale: #C6C6C6. Windows color (decimal): -1128365 or 5490926. OLE color: 5490926.
HSL color Cylindrical-coordinate representation of color #EEC853: hue angle of 45.29º 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 #EEC853 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 83 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.07 |
| HSL | 45.29º | 0.82% | 0.63% | - |
| HSV(B) | 45.29º | 0.65% | 0.93% | - |
| XYZ | 57.48 | 60.11 | 16.76 | - |
| YUV | 198.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 83 | 0 | 0.16 | 0.65 | 0.07 | 45.29 | 0.82 | 0.63 |
| Hex | EE | C8 | 53 | 0 | 10 | 41 | 7 | 2D | 52 | 3F |
| Octal | 356 | 310 | 123 | 0 | 20 | 101 | 7 | 55 | 122 | 77 |
| Binary | 11101110 | 11001000 | 1010011 | 0 | 10000 | 1000001 | 111 | 101101 | 1010010 | 111111 |
Color Harmonies of #EEC853
Complementary color
Monochromatic Colors of #EEC853
Black with #EEC853
Text Example
Text Example
White with #EEC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC853; }
p { color: rgb(238,200,83); }
H1.HeaderClassName
{
color: #EEC853;
}
.AnyTagClassName
{
color: #EEC853;
}
</style>
background-color css
<style>
a { background-color: #EEC853; }
a { background-color: rgb(238,200,83); }
div.DivClassName
{
background-color: #EEC853;
}
.BgClassName
{
background-color: #EEC853;
}
</style>
border-color css
<style>
span { border-color: #EEC853; }
span { border-color: rgb(238,200,83); }
td.TdClassName
{
border-color: #EEC853;
}
.TagClassName
{
border-color: #EEC853;
}
</style>