Shades of Cream Can #EEC957
Tints of Cream Can #EEC957
RGB
CMYK
RGB Variations
Color information
#EEC957 (or 0xEEC957) is known color: Cream Can. HEX triplet: EE, C9 and 57. RGB value is (238,201,87). Sum of RGB (Red+Green+Blue) = 238+201+87=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC957 is #1136A8. Grayscale: #C7C7C7. Windows color (decimal): -1128105 or 5753326. OLE color: 5753326.
HSL color Cylindrical-coordinate representation of color #EEC957: hue angle of 45.3º 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 #EEC957 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 87 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.07 |
| HSL | 45.3º | 0.82% | 0.64% | - |
| HSV(B) | 45.3º | 0.63% | 0.93% | - |
| XYZ | 57.87 | 60.64 | 17.67 | - |
| YUV | 199.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 87 | 0 | 0.16 | 0.63 | 0.07 | 45.3 | 0.82 | 0.64 |
| Hex | EE | C9 | 57 | 0 | 10 | 3F | 7 | 2D | 52 | 40 |
| Octal | 356 | 311 | 127 | 0 | 20 | 77 | 7 | 55 | 122 | 100 |
| Binary | 11101110 | 11001001 | 1010111 | 0 | 10000 | 111111 | 111 | 101101 | 1010010 | 1000000 |
Color Harmonies of #EEC957
Complementary color
Monochromatic Colors of #EEC957
Black with #EEC957
Text Example
Text Example
White with #EEC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC957; }
p { color: rgb(238,201,87); }
H1.HeaderClassName
{
color: #EEC957;
}
.AnyTagClassName
{
color: #EEC957;
}
</style>
background-color css
<style>
a { background-color: #EEC957; }
a { background-color: rgb(238,201,87); }
div.DivClassName
{
background-color: #EEC957;
}
.BgClassName
{
background-color: #EEC957;
}
</style>
border-color css
<style>
span { border-color: #EEC957; }
span { border-color: rgb(238,201,87); }
td.TdClassName
{
border-color: #EEC957;
}
.TagClassName
{
border-color: #EEC957;
}
</style>