Shades of Cream Can #EEC256
Tints of Cream Can #EEC256
RGB
CMYK
RGB Variations
Color information
#EEC256 (or 0xEEC256) is known color: Cream Can. HEX triplet: EE, C2 and 56. RGB value is (238,194,86). Sum of RGB (Red+Green+Blue) = 238+194+86=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC256 is #113DA9. Grayscale: #C3C3C3. Windows color (decimal): -1129898 or 5685998. OLE color: 5685998.
HSL color Cylindrical-coordinate representation of color #EEC256: hue angle of 42.63º 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 #EEC256 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.07 |
| HSL | 42.63º | 0.82% | 0.64% | - |
| HSV(B) | 42.63º | 0.64% | 0.93% | - |
| XYZ | 56.23 | 57.43 | 16.93 | - |
| YUV | 194.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 86 | 0 | 0.18 | 0.64 | 0.07 | 42.63 | 0.82 | 0.64 |
| Hex | EE | C2 | 56 | 0 | 12 | 40 | 7 | 2B | 52 | 40 |
| Octal | 356 | 302 | 126 | 0 | 22 | 100 | 7 | 53 | 122 | 100 |
| Binary | 11101110 | 11000010 | 1010110 | 0 | 10010 | 1000000 | 111 | 101011 | 1010010 | 1000000 |
Color Harmonies of #EEC256
Complementary color
Monochromatic Colors of #EEC256
Black with #EEC256
Text Example
Text Example
White with #EEC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC256; }
p { color: rgb(238,194,86); }
H1.HeaderClassName
{
color: #EEC256;
}
.AnyTagClassName
{
color: #EEC256;
}
</style>
background-color css
<style>
a { background-color: #EEC256; }
a { background-color: rgb(238,194,86); }
div.DivClassName
{
background-color: #EEC256;
}
.BgClassName
{
background-color: #EEC256;
}
</style>
border-color css
<style>
span { border-color: #EEC256; }
span { border-color: rgb(238,194,86); }
td.TdClassName
{
border-color: #EEC256;
}
.TagClassName
{
border-color: #EEC256;
}
</style>