Shades of Cream Can #EEC658
Tints of Cream Can #EEC658
RGB
CMYK
RGB Variations
Color information
#EEC658 (or 0xEEC658) is known color: Cream Can. HEX triplet: EE, C6 and 58. RGB value is (238,198,88). Sum of RGB (Red+Green+Blue) = 238+198+88=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC658 is #1139A7. Grayscale: #C5C5C5. Windows color (decimal): -1128872 or 5818094. OLE color: 5818094.
HSL color Cylindrical-coordinate representation of color #EEC658: hue angle of 44º 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 #EEC658 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 88 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.07 |
| HSL | 44º | 0.82% | 0.64% | - |
| HSV(B) | 44º | 0.63% | 0.93% | - |
| XYZ | 57.22 | 59.27 | 17.66 | - |
| YUV | 197.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 88 | 0 | 0.17 | 0.63 | 0.07 | 44 | 0.82 | 0.64 |
| Hex | EE | C6 | 58 | 0 | 11 | 3F | 7 | 2C | 52 | 40 |
| Octal | 356 | 306 | 130 | 0 | 21 | 77 | 7 | 54 | 122 | 100 |
| Binary | 11101110 | 11000110 | 1011000 | 0 | 10001 | 111111 | 111 | 101100 | 1010010 | 1000000 |
Color Harmonies of #EEC658
Complementary color
Monochromatic Colors of #EEC658
Black with #EEC658
Text Example
Text Example
White with #EEC658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC658; }
p { color: rgb(238,198,88); }
H1.HeaderClassName
{
color: #EEC658;
}
.AnyTagClassName
{
color: #EEC658;
}
</style>
background-color css
<style>
a { background-color: #EEC658; }
a { background-color: rgb(238,198,88); }
div.DivClassName
{
background-color: #EEC658;
}
.BgClassName
{
background-color: #EEC658;
}
</style>
border-color css
<style>
span { border-color: #EEC658; }
span { border-color: rgb(238,198,88); }
td.TdClassName
{
border-color: #EEC658;
}
.TagClassName
{
border-color: #EEC658;
}
</style>