Shades of Cream Can #EBC456
Tints of Cream Can #EBC456
RGB
CMYK
RGB Variations
Color information
#EBC456 (or 0xEBC456) is known color: Cream Can. HEX triplet: EB, C4 and 56. RGB value is (235,196,86). Sum of RGB (Red+Green+Blue) = 235+196+86=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC456 is #143BA9. Grayscale: #C3C3C3. Windows color (decimal): -1325994 or 5686507. OLE color: 5686507.
HSL color Cylindrical-coordinate representation of color #EBC456: hue angle of 44.3º 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 #EBC456 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 86 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.08 |
| HSL | 44.3º | 0.79% | 0.63% | - |
| HSV(B) | 44.3º | 0.63% | 0.92% | - |
| XYZ | 55.68 | 57.81 | 17.03 | - |
| YUV | 195.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 86 | 0 | 0.17 | 0.63 | 0.08 | 44.3 | 0.79 | 0.63 |
| Hex | EB | C4 | 56 | 0 | 11 | 3F | 8 | 2C | 4F | 3F |
| Octal | 353 | 304 | 126 | 0 | 21 | 77 | 10 | 54 | 117 | 77 |
| Binary | 11101011 | 11000100 | 1010110 | 0 | 10001 | 111111 | 1000 | 101100 | 1001111 | 111111 |
Color Harmonies of #EBC456
Complementary color
Monochromatic Colors of #EBC456
Black with #EBC456
Text Example
Text Example
White with #EBC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC456; }
p { color: rgb(235,196,86); }
H1.HeaderClassName
{
color: #EBC456;
}
.AnyTagClassName
{
color: #EBC456;
}
</style>
background-color css
<style>
a { background-color: #EBC456; }
a { background-color: rgb(235,196,86); }
div.DivClassName
{
background-color: #EBC456;
}
.BgClassName
{
background-color: #EBC456;
}
</style>
border-color css
<style>
span { border-color: #EBC456; }
span { border-color: rgb(235,196,86); }
td.TdClassName
{
border-color: #EBC456;
}
.TagClassName
{
border-color: #EBC456;
}
</style>