Shades of Cream Can #EEC655
Tints of Cream Can #EEC655
RGB
CMYK
RGB Variations
Color information
#EEC655 (or 0xEEC655) is known color: Cream Can. HEX triplet: EE, C6 and 55. RGB value is (238,198,85). Sum of RGB (Red+Green+Blue) = 238+198+85=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC655 is #1139AA. Grayscale: #C5C5C5. Windows color (decimal): -1128875 or 5621486. OLE color: 5621486.
HSL color Cylindrical-coordinate representation of color #EEC655: hue angle of 44.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEC655 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 85 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.07 |
| HSL | 44.31º | 0.82% | 0.63% | - |
| HSV(B) | 44.31º | 0.64% | 0.93% | - |
| XYZ | 57.09 | 59.22 | 17.02 | - |
| YUV | 197.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 85 | 0 | 0.17 | 0.64 | 0.07 | 44.31 | 0.82 | 0.63 |
| Hex | EE | C6 | 55 | 0 | 11 | 40 | 7 | 2C | 52 | 3F |
| Octal | 356 | 306 | 125 | 0 | 21 | 100 | 7 | 54 | 122 | 77 |
| Binary | 11101110 | 11000110 | 1010101 | 0 | 10001 | 1000000 | 111 | 101100 | 1010010 | 111111 |
Color Harmonies of #EEC655
Complementary color
Monochromatic Colors of #EEC655
Black with #EEC655
Text Example
Text Example
White with #EEC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC655; }
p { color: rgb(238,198,85); }
H1.HeaderClassName
{
color: #EEC655;
}
.AnyTagClassName
{
color: #EEC655;
}
</style>
background-color css
<style>
a { background-color: #EEC655; }
a { background-color: rgb(238,198,85); }
div.DivClassName
{
background-color: #EEC655;
}
.BgClassName
{
background-color: #EEC655;
}
</style>
border-color css
<style>
span { border-color: #EEC655; }
span { border-color: rgb(238,198,85); }
td.TdClassName
{
border-color: #EEC655;
}
.TagClassName
{
border-color: #EEC655;
}
</style>