Shades of Cream Can #EEC557
Tints of Cream Can #EEC557
RGB
CMYK
RGB Variations
Color information
#EEC557 (or 0xEEC557) is known color: Cream Can. HEX triplet: EE, C5 and 57. RGB value is (238,197,87). Sum of RGB (Red+Green+Blue) = 238+197+87=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC557 is #113AA8. Grayscale: #C5C5C5. Windows color (decimal): -1129129 or 5752302. OLE color: 5752302.
HSL color Cylindrical-coordinate representation of color #EEC557: hue angle of 43.71º 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 #EEC557 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 87 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.07 |
| HSL | 43.71º | 0.82% | 0.64% | - |
| HSV(B) | 43.71º | 0.63% | 0.93% | - |
| XYZ | 56.95 | 58.8 | 17.36 | - |
| YUV | 196.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 87 | 0 | 0.17 | 0.63 | 0.07 | 43.71 | 0.82 | 0.64 |
| Hex | EE | C5 | 57 | 0 | 11 | 3F | 7 | 2C | 52 | 40 |
| Octal | 356 | 305 | 127 | 0 | 21 | 77 | 7 | 54 | 122 | 100 |
| Binary | 11101110 | 11000101 | 1010111 | 0 | 10001 | 111111 | 111 | 101100 | 1010010 | 1000000 |
Color Harmonies of #EEC557
Complementary color
Monochromatic Colors of #EEC557
Black with #EEC557
Text Example
Text Example
White with #EEC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC557; }
p { color: rgb(238,197,87); }
H1.HeaderClassName
{
color: #EEC557;
}
.AnyTagClassName
{
color: #EEC557;
}
</style>
background-color css
<style>
a { background-color: #EEC557; }
a { background-color: rgb(238,197,87); }
div.DivClassName
{
background-color: #EEC557;
}
.BgClassName
{
background-color: #EEC557;
}
</style>
border-color css
<style>
span { border-color: #EEC557; }
span { border-color: rgb(238,197,87); }
td.TdClassName
{
border-color: #EEC557;
}
.TagClassName
{
border-color: #EEC557;
}
</style>