Shades of Cream Can #EBC556
Tints of Cream Can #EBC556
RGB
CMYK
RGB Variations
Color information
#EBC556 (or 0xEBC556) is known color: Cream Can. HEX triplet: EB, C5 and 56. RGB value is (235,197,86). Sum of RGB (Red+Green+Blue) = 235+197+86=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC556 is #143AA9. Grayscale: #C4C4C4. Windows color (decimal): -1325738 or 5686763. OLE color: 5686763.
HSL color Cylindrical-coordinate representation of color #EBC556: hue angle of 44.7º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBC556 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 86 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.08 |
| HSL | 44.7º | 0.79% | 0.63% | - |
| HSV(B) | 44.7º | 0.63% | 0.92% | - |
| XYZ | 55.91 | 58.27 | 17.1 | - |
| YUV | 195.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 86 | 0 | 0.16 | 0.63 | 0.08 | 44.7 | 0.79 | 0.63 |
| Hex | EB | C5 | 56 | 0 | 10 | 3F | 8 | 2D | 4F | 3F |
| Octal | 353 | 305 | 126 | 0 | 20 | 77 | 10 | 55 | 117 | 77 |
| Binary | 11101011 | 11000101 | 1010110 | 0 | 10000 | 111111 | 1000 | 101101 | 1001111 | 111111 |
Color Harmonies of #EBC556
Complementary color
Monochromatic Colors of #EBC556
Black with #EBC556
Text Example
Text Example
White with #EBC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC556; }
p { color: rgb(235,197,86); }
H1.HeaderClassName
{
color: #EBC556;
}
.AnyTagClassName
{
color: #EBC556;
}
</style>
background-color css
<style>
a { background-color: #EBC556; }
a { background-color: rgb(235,197,86); }
div.DivClassName
{
background-color: #EBC556;
}
.BgClassName
{
background-color: #EBC556;
}
</style>
border-color css
<style>
span { border-color: #EBC556; }
span { border-color: rgb(235,197,86); }
td.TdClassName
{
border-color: #EBC556;
}
.TagClassName
{
border-color: #EBC556;
}
</style>