Shades of Cream Can #EEC556
Tints of Cream Can #EEC556
RGB
CMYK
RGB Variations
Color information
#EEC556 (or 0xEEC556) is known color: Cream Can. HEX triplet: EE, C5 and 56. RGB value is (238,197,86). Sum of RGB (Red+Green+Blue) = 238+197+86=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC556 is #113AA9. Grayscale: #C5C5C5. Windows color (decimal): -1129130 or 5686766. OLE color: 5686766.
HSL color Cylindrical-coordinate representation of color #EEC556: hue angle of 43.82º 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 #EEC556 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 86 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.07 |
| HSL | 43.82º | 0.82% | 0.64% | - |
| HSV(B) | 43.82º | 0.64% | 0.93% | - |
| XYZ | 56.91 | 58.78 | 17.15 | - |
| YUV | 196.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 86 | 0 | 0.17 | 0.64 | 0.07 | 43.82 | 0.82 | 0.64 |
| Hex | EE | C5 | 56 | 0 | 11 | 40 | 7 | 2C | 52 | 40 |
| Octal | 356 | 305 | 126 | 0 | 21 | 100 | 7 | 54 | 122 | 100 |
| Binary | 11101110 | 11000101 | 1010110 | 0 | 10001 | 1000000 | 111 | 101100 | 1010010 | 1000000 |
Color Harmonies of #EEC556
Complementary color
Monochromatic Colors of #EEC556
Black with #EEC556
Text Example
Text Example
White with #EEC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC556; }
p { color: rgb(238,197,86); }
H1.HeaderClassName
{
color: #EEC556;
}
.AnyTagClassName
{
color: #EEC556;
}
</style>
background-color css
<style>
a { background-color: #EEC556; }
a { background-color: rgb(238,197,86); }
div.DivClassName
{
background-color: #EEC556;
}
.BgClassName
{
background-color: #EEC556;
}
</style>
border-color css
<style>
span { border-color: #EEC556; }
span { border-color: rgb(238,197,86); }
td.TdClassName
{
border-color: #EEC556;
}
.TagClassName
{
border-color: #EEC556;
}
</style>