Shades of Cream Can #EEC856
Tints of Cream Can #EEC856
RGB
CMYK
RGB Variations
Color information
#EEC856 (or 0xEEC856) is known color: Cream Can. HEX triplet: EE, C8 and 56. RGB value is (238,200,86). Sum of RGB (Red+Green+Blue) = 238+200+86=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC856 is #1137A9. Grayscale: #C6C6C6. Windows color (decimal): -1128362 or 5687534. OLE color: 5687534.
HSL color Cylindrical-coordinate representation of color #EEC856: hue angle of 45º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEC856 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 86 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.07 |
| HSL | 45º | 0.82% | 0.64% | - |
| HSV(B) | 45º | 0.64% | 0.93% | - |
| XYZ | 57.59 | 60.16 | 17.38 | - |
| YUV | 198.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 86 | 0 | 0.16 | 0.64 | 0.07 | 45 | 0.82 | 0.64 |
| Hex | EE | C8 | 56 | 0 | 10 | 40 | 7 | 2D | 52 | 40 |
| Octal | 356 | 310 | 126 | 0 | 20 | 100 | 7 | 55 | 122 | 100 |
| Binary | 11101110 | 11001000 | 1010110 | 0 | 10000 | 1000000 | 111 | 101101 | 1010010 | 1000000 |
Color Harmonies of #EEC856
Complementary color
Monochromatic Colors of #EEC856
Black with #EEC856
Text Example
Text Example
White with #EEC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC856; }
p { color: rgb(238,200,86); }
H1.HeaderClassName
{
color: #EEC856;
}
.AnyTagClassName
{
color: #EEC856;
}
</style>
background-color css
<style>
a { background-color: #EEC856; }
a { background-color: rgb(238,200,86); }
div.DivClassName
{
background-color: #EEC856;
}
.BgClassName
{
background-color: #EEC856;
}
</style>
border-color css
<style>
span { border-color: #EEC856; }
span { border-color: rgb(238,200,86); }
td.TdClassName
{
border-color: #EEC856;
}
.TagClassName
{
border-color: #EEC856;
}
</style>