Shades of Cream Can #EEC653
Tints of Cream Can #EEC653
RGB
CMYK
RGB Variations
Color information
#EEC653 (or 0xEEC653) is known color: Cream Can. HEX triplet: EE, C6 and 53. RGB value is (238,198,83). Sum of RGB (Red+Green+Blue) = 238+198+83=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC653 is #1139AC. Grayscale: #C5C5C5. Windows color (decimal): -1128877 or 5490414. OLE color: 5490414.
HSL color Cylindrical-coordinate representation of color #EEC653: hue angle of 44.52º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEC653 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 83 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.07 |
| HSL | 44.52º | 0.82% | 0.63% | - |
| HSV(B) | 44.52º | 0.65% | 0.93% | - |
| XYZ | 57.02 | 59.19 | 16.6 | - |
| YUV | 196.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 83 | 0 | 0.17 | 0.65 | 0.07 | 44.52 | 0.82 | 0.63 |
| Hex | EE | C6 | 53 | 0 | 11 | 41 | 7 | 2D | 52 | 3F |
| Octal | 356 | 306 | 123 | 0 | 21 | 101 | 7 | 55 | 122 | 77 |
| Binary | 11101110 | 11000110 | 1010011 | 0 | 10001 | 1000001 | 111 | 101101 | 1010010 | 111111 |
Color Harmonies of #EEC653
Complementary color
Monochromatic Colors of #EEC653
Black with #EEC653
Text Example
Text Example
White with #EEC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC653; }
p { color: rgb(238,198,83); }
H1.HeaderClassName
{
color: #EEC653;
}
.AnyTagClassName
{
color: #EEC653;
}
</style>
background-color css
<style>
a { background-color: #EEC653; }
a { background-color: rgb(238,198,83); }
div.DivClassName
{
background-color: #EEC653;
}
.BgClassName
{
background-color: #EEC653;
}
</style>
border-color css
<style>
span { border-color: #EEC653; }
span { border-color: rgb(238,198,83); }
td.TdClassName
{
border-color: #EEC653;
}
.TagClassName
{
border-color: #EEC653;
}
</style>