Shades of Cream Can #EEC756
Tints of Cream Can #EEC756
RGB
CMYK
RGB Variations
Color information
#EEC756 (or 0xEEC756) is known color: Cream Can. HEX triplet: EE, C7 and 56. RGB value is (238,199,86). Sum of RGB (Red+Green+Blue) = 238+199+86=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC756 is #1138A9. Grayscale: #C6C6C6. Windows color (decimal): -1128618 or 5687278. OLE color: 5687278.
HSL color Cylindrical-coordinate representation of color #EEC756: hue angle of 44.61º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEC756 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 86 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.07 |
| HSL | 44.61º | 0.82% | 0.64% | - |
| HSV(B) | 44.61º | 0.64% | 0.93% | - |
| XYZ | 57.36 | 59.7 | 17.3 | - |
| YUV | 197.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 86 | 0 | 0.16 | 0.64 | 0.07 | 44.61 | 0.82 | 0.64 |
| Hex | EE | C7 | 56 | 0 | 10 | 40 | 7 | 2D | 52 | 40 |
| Octal | 356 | 307 | 126 | 0 | 20 | 100 | 7 | 55 | 122 | 100 |
| Binary | 11101110 | 11000111 | 1010110 | 0 | 10000 | 1000000 | 111 | 101101 | 1010010 | 1000000 |
Color Harmonies of #EEC756
Complementary color
Monochromatic Colors of #EEC756
Black with #EEC756
Text Example
Text Example
White with #EEC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC756; }
p { color: rgb(238,199,86); }
H1.HeaderClassName
{
color: #EEC756;
}
.AnyTagClassName
{
color: #EEC756;
}
</style>
background-color css
<style>
a { background-color: #EEC756; }
a { background-color: rgb(238,199,86); }
div.DivClassName
{
background-color: #EEC756;
}
.BgClassName
{
background-color: #EEC756;
}
</style>
border-color css
<style>
span { border-color: #EEC756; }
span { border-color: rgb(238,199,86); }
td.TdClassName
{
border-color: #EEC756;
}
.TagClassName
{
border-color: #EEC756;
}
</style>