Shades of Cream Can #EEC952
Tints of Cream Can #EEC952
RGB
CMYK
RGB Variations
Color information
#EEC952 (or 0xEEC952) is known color: Cream Can. HEX triplet: EE, C9 and 52. RGB value is (238,201,82). Sum of RGB (Red+Green+Blue) = 238+201+82=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC952 is #1136AD. Grayscale: #C7C7C7. Windows color (decimal): -1128110 or 5425646. OLE color: 5425646.
HSL color Cylindrical-coordinate representation of color #EEC952: hue angle of 45.77º 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 #EEC952 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 82 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.07 |
| HSL | 45.77º | 0.82% | 0.63% | - |
| HSV(B) | 45.77º | 0.66% | 0.93% | - |
| XYZ | 57.67 | 60.56 | 16.63 | - |
| YUV | 198.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 82 | 0 | 0.16 | 0.66 | 0.07 | 45.77 | 0.82 | 0.63 |
| Hex | EE | C9 | 52 | 0 | 10 | 42 | 7 | 2E | 52 | 3F |
| Octal | 356 | 311 | 122 | 0 | 20 | 102 | 7 | 56 | 122 | 77 |
| Binary | 11101110 | 11001001 | 1010010 | 0 | 10000 | 1000010 | 111 | 101110 | 1010010 | 111111 |
Color Harmonies of #EEC952
Complementary color
Monochromatic Colors of #EEC952
Black with #EEC952
Text Example
Text Example
White with #EEC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC952; }
p { color: rgb(238,201,82); }
H1.HeaderClassName
{
color: #EEC952;
}
.AnyTagClassName
{
color: #EEC952;
}
</style>
background-color css
<style>
a { background-color: #EEC952; }
a { background-color: rgb(238,201,82); }
div.DivClassName
{
background-color: #EEC952;
}
.BgClassName
{
background-color: #EEC952;
}
</style>
border-color css
<style>
span { border-color: #EEC952; }
span { border-color: rgb(238,201,82); }
td.TdClassName
{
border-color: #EEC952;
}
.TagClassName
{
border-color: #EEC952;
}
</style>