Shades of Cream Can #EEC357
Tints of Cream Can #EEC357
RGB
CMYK
RGB Variations
Color information
#EEC357 (or 0xEEC357) is known color: Cream Can. HEX triplet: EE, C3 and 57. RGB value is (238,195,87). Sum of RGB (Red+Green+Blue) = 238+195+87=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC357 is #113CA8. Grayscale: #C4C4C4. Windows color (decimal): -1129641 or 5751790. OLE color: 5751790.
HSL color Cylindrical-coordinate representation of color #EEC357: hue angle of 42.91º 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 #EEC357 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 87 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.07 |
| HSL | 42.91º | 0.82% | 0.64% | - |
| HSV(B) | 42.91º | 0.63% | 0.93% | - |
| XYZ | 56.5 | 57.9 | 17.21 | - |
| YUV | 195.55 | 66.75 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 87 | 0 | 0.18 | 0.63 | 0.07 | 42.91 | 0.82 | 0.64 |
| Hex | EE | C3 | 57 | 0 | 12 | 3F | 7 | 2B | 52 | 40 |
| Octal | 356 | 303 | 127 | 0 | 22 | 77 | 7 | 53 | 122 | 100 |
| Binary | 11101110 | 11000011 | 1010111 | 0 | 10010 | 111111 | 111 | 101011 | 1010010 | 1000000 |
Color Harmonies of #EEC357
Complementary color
Monochromatic Colors of #EEC357
Black with #EEC357
Text Example
Text Example
White with #EEC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC357; }
p { color: rgb(238,195,87); }
H1.HeaderClassName
{
color: #EEC357;
}
.AnyTagClassName
{
color: #EEC357;
}
</style>
background-color css
<style>
a { background-color: #EEC357; }
a { background-color: rgb(238,195,87); }
div.DivClassName
{
background-color: #EEC357;
}
.BgClassName
{
background-color: #EEC357;
}
</style>
border-color css
<style>
span { border-color: #EEC357; }
span { border-color: rgb(238,195,87); }
td.TdClassName
{
border-color: #EEC357;
}
.TagClassName
{
border-color: #EEC357;
}
</style>