Shades of Cream Can #EEC552
Tints of Cream Can #EEC552
RGB
CMYK
RGB Variations
Color information
#EEC552 (or 0xEEC552) is known color: Cream Can. HEX triplet: EE, C5 and 52. RGB value is (238,197,82). Sum of RGB (Red+Green+Blue) = 238+197+82=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC552 is #113AAD. Grayscale: #C4C4C4. Windows color (decimal): -1129134 or 5424622. OLE color: 5424622.
HSL color Cylindrical-coordinate representation of color #EEC552: hue angle of 44.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEC552 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 82 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.07 |
| HSL | 44.23º | 0.82% | 0.63% | - |
| HSV(B) | 44.23º | 0.66% | 0.93% | - |
| XYZ | 56.75 | 58.72 | 16.33 | - |
| YUV | 196.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 82 | 0 | 0.17 | 0.66 | 0.07 | 44.23 | 0.82 | 0.63 |
| Hex | EE | C5 | 52 | 0 | 11 | 42 | 7 | 2C | 52 | 3F |
| Octal | 356 | 305 | 122 | 0 | 21 | 102 | 7 | 54 | 122 | 77 |
| Binary | 11101110 | 11000101 | 1010010 | 0 | 10001 | 1000010 | 111 | 101100 | 1010010 | 111111 |
Color Harmonies of #EEC552
Complementary color
Monochromatic Colors of #EEC552
Black with #EEC552
Text Example
Text Example
White with #EEC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC552; }
p { color: rgb(238,197,82); }
H1.HeaderClassName
{
color: #EEC552;
}
.AnyTagClassName
{
color: #EEC552;
}
</style>
background-color css
<style>
a { background-color: #EEC552; }
a { background-color: rgb(238,197,82); }
div.DivClassName
{
background-color: #EEC552;
}
.BgClassName
{
background-color: #EEC552;
}
</style>
border-color css
<style>
span { border-color: #EEC552; }
span { border-color: rgb(238,197,82); }
td.TdClassName
{
border-color: #EEC552;
}
.TagClassName
{
border-color: #EEC552;
}
</style>