Shades of Cream Can #EEC056
Tints of Cream Can #EEC056
RGB
CMYK
RGB Variations
Color information
#EEC056 (or 0xEEC056) is known color: Cream Can. HEX triplet: EE, C0 and 56. RGB value is (238,192,86). Sum of RGB (Red+Green+Blue) = 238+192+86=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC056 is #113FA9. Grayscale: #C2C2C2. Windows color (decimal): -1130410 or 5685486. OLE color: 5685486.
HSL color Cylindrical-coordinate representation of color #EEC056: hue angle of 41.84º 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 #EEC056 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 86 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.07 |
| HSL | 41.84º | 0.82% | 0.64% | - |
| HSV(B) | 41.84º | 0.64% | 0.93% | - |
| XYZ | 55.79 | 56.55 | 16.78 | - |
| YUV | 193.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 86 | 0 | 0.19 | 0.64 | 0.07 | 41.84 | 0.82 | 0.64 |
| Hex | EE | C0 | 56 | 0 | 13 | 40 | 7 | 2A | 52 | 40 |
| Octal | 356 | 300 | 126 | 0 | 23 | 100 | 7 | 52 | 122 | 100 |
| Binary | 11101110 | 11000000 | 1010110 | 0 | 10011 | 1000000 | 111 | 101010 | 1010010 | 1000000 |
Color Harmonies of #EEC056
Complementary color
Monochromatic Colors of #EEC056
Black with #EEC056
Text Example
Text Example
White with #EEC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC056; }
p { color: rgb(238,192,86); }
H1.HeaderClassName
{
color: #EEC056;
}
.AnyTagClassName
{
color: #EEC056;
}
</style>
background-color css
<style>
a { background-color: #EEC056; }
a { background-color: rgb(238,192,86); }
div.DivClassName
{
background-color: #EEC056;
}
.BgClassName
{
background-color: #EEC056;
}
</style>
border-color css
<style>
span { border-color: #EEC056; }
span { border-color: rgb(238,192,86); }
td.TdClassName
{
border-color: #EEC056;
}
.TagClassName
{
border-color: #EEC056;
}
</style>