Shades of Cream Can #EEC457
Tints of Cream Can #EEC457
RGB
CMYK
RGB Variations
Color information
#EEC457 (or 0xEEC457) is known color: Cream Can. HEX triplet: EE, C4 and 57. RGB value is (238,196,87). Sum of RGB (Red+Green+Blue) = 238+196+87=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC457 is #113BA8. Grayscale: #C4C4C4. Windows color (decimal): -1129385 or 5752046. OLE color: 5752046.
HSL color Cylindrical-coordinate representation of color #EEC457: hue angle of 43.31º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEC457 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 87 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.07 |
| HSL | 43.31º | 0.82% | 0.64% | - |
| HSV(B) | 43.31º | 0.63% | 0.93% | - |
| XYZ | 56.72 | 58.35 | 17.29 | - |
| YUV | 196.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 87 | 0 | 0.18 | 0.63 | 0.07 | 43.31 | 0.82 | 0.64 |
| Hex | EE | C4 | 57 | 0 | 12 | 3F | 7 | 2B | 52 | 40 |
| Octal | 356 | 304 | 127 | 0 | 22 | 77 | 7 | 53 | 122 | 100 |
| Binary | 11101110 | 11000100 | 1010111 | 0 | 10010 | 111111 | 111 | 101011 | 1010010 | 1000000 |
Color Harmonies of #EEC457
Complementary color
Monochromatic Colors of #EEC457
Black with #EEC457
Text Example
Text Example
White with #EEC457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC457; }
p { color: rgb(238,196,87); }
H1.HeaderClassName
{
color: #EEC457;
}
.AnyTagClassName
{
color: #EEC457;
}
</style>
background-color css
<style>
a { background-color: #EEC457; }
a { background-color: rgb(238,196,87); }
div.DivClassName
{
background-color: #EEC457;
}
.BgClassName
{
background-color: #EEC457;
}
</style>
border-color css
<style>
span { border-color: #EEC457; }
span { border-color: rgb(238,196,87); }
td.TdClassName
{
border-color: #EEC457;
}
.TagClassName
{
border-color: #EEC457;
}
</style>