Shades of Cream Can #EEC456
Tints of Cream Can #EEC456
RGB
CMYK
RGB Variations
Color information
#EEC456 (or 0xEEC456) is known color: Cream Can. HEX triplet: EE, C4 and 56. RGB value is (238,196,86). Sum of RGB (Red+Green+Blue) = 238+196+86=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC456 is #113BA9. Grayscale: #C4C4C4. Windows color (decimal): -1129386 or 5686510. OLE color: 5686510.
HSL color Cylindrical-coordinate representation of color #EEC456: hue angle of 43.42º 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 #EEC456 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.07 |
| HSL | 43.42º | 0.82% | 0.64% | - |
| HSV(B) | 43.42º | 0.64% | 0.93% | - |
| XYZ | 56.68 | 58.33 | 17.08 | - |
| YUV | 196.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 86 | 0 | 0.18 | 0.64 | 0.07 | 43.42 | 0.82 | 0.64 |
| Hex | EE | C4 | 56 | 0 | 12 | 40 | 7 | 2B | 52 | 40 |
| Octal | 356 | 304 | 126 | 0 | 22 | 100 | 7 | 53 | 122 | 100 |
| Binary | 11101110 | 11000100 | 1010110 | 0 | 10010 | 1000000 | 111 | 101011 | 1010010 | 1000000 |
Color Harmonies of #EEC456
Complementary color
Monochromatic Colors of #EEC456
Black with #EEC456
Text Example
Text Example
White with #EEC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC456; }
p { color: rgb(238,196,86); }
H1.HeaderClassName
{
color: #EEC456;
}
.AnyTagClassName
{
color: #EEC456;
}
</style>
background-color css
<style>
a { background-color: #EEC456; }
a { background-color: rgb(238,196,86); }
div.DivClassName
{
background-color: #EEC456;
}
.BgClassName
{
background-color: #EEC456;
}
</style>
border-color css
<style>
span { border-color: #EEC456; }
span { border-color: rgb(238,196,86); }
td.TdClassName
{
border-color: #EEC456;
}
.TagClassName
{
border-color: #EEC456;
}
</style>