Shades of Cream Can #EEC656
Tints of Cream Can #EEC656
RGB
CMYK
RGB Variations
Color information
#EEC656 (or 0xEEC656) is known color: Cream Can. HEX triplet: EE, C6 and 56. RGB value is (238,198,86). Sum of RGB (Red+Green+Blue) = 238+198+86=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC656 is #1139A9. Grayscale: #C5C5C5. Windows color (decimal): -1128874 or 5687022. OLE color: 5687022.
HSL color Cylindrical-coordinate representation of color #EEC656: hue angle of 44.21º 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 #EEC656 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 86 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.07 |
| HSL | 44.21º | 0.82% | 0.64% | - |
| HSV(B) | 44.21º | 0.64% | 0.93% | - |
| XYZ | 57.13 | 59.24 | 17.23 | - |
| YUV | 197.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 86 | 0 | 0.17 | 0.64 | 0.07 | 44.21 | 0.82 | 0.64 |
| Hex | EE | C6 | 56 | 0 | 11 | 40 | 7 | 2C | 52 | 40 |
| Octal | 356 | 306 | 126 | 0 | 21 | 100 | 7 | 54 | 122 | 100 |
| Binary | 11101110 | 11000110 | 1010110 | 0 | 10001 | 1000000 | 111 | 101100 | 1010010 | 1000000 |
Color Harmonies of #EEC656
Complementary color
Monochromatic Colors of #EEC656
Black with #EEC656
Text Example
Text Example
White with #EEC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC656; }
p { color: rgb(238,198,86); }
H1.HeaderClassName
{
color: #EEC656;
}
.AnyTagClassName
{
color: #EEC656;
}
</style>
background-color css
<style>
a { background-color: #EEC656; }
a { background-color: rgb(238,198,86); }
div.DivClassName
{
background-color: #EEC656;
}
.BgClassName
{
background-color: #EEC656;
}
</style>
border-color css
<style>
span { border-color: #EEC656; }
span { border-color: rgb(238,198,86); }
td.TdClassName
{
border-color: #EEC656;
}
.TagClassName
{
border-color: #EEC656;
}
</style>