Shades of Cream Can #EBBE56
Tints of Cream Can #EBBE56
RGB
CMYK
RGB Variations
Color information
#EBBE56 (or 0xEBBE56) is known color: Cream Can. HEX triplet: EB, BE and 56. RGB value is (235,190,86). Sum of RGB (Red+Green+Blue) = 235+190+86=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE56 is #1441A9. Grayscale: #C0C0C0. Windows color (decimal): -1327530 or 5684971. OLE color: 5684971.
HSL color Cylindrical-coordinate representation of color #EBBE56: hue angle of 41.88º 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 #EBBE56 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 86 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.08 |
| HSL | 41.88º | 0.79% | 0.63% | - |
| HSV(B) | 41.88º | 0.63% | 0.92% | - |
| XYZ | 54.35 | 55.16 | 16.59 | - |
| YUV | 191.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 86 | 0 | 0.19 | 0.63 | 0.08 | 41.88 | 0.79 | 0.63 |
| Hex | EB | BE | 56 | 0 | 13 | 3F | 8 | 2A | 4F | 3F |
| Octal | 353 | 276 | 126 | 0 | 23 | 77 | 10 | 52 | 117 | 77 |
| Binary | 11101011 | 10111110 | 1010110 | 0 | 10011 | 111111 | 1000 | 101010 | 1001111 | 111111 |
Color Harmonies of #EBBE56
Complementary color
Monochromatic Colors of #EBBE56
Black with #EBBE56
Text Example
Text Example
White with #EBBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE56; }
p { color: rgb(235,190,86); }
H1.HeaderClassName
{
color: #EBBE56;
}
.AnyTagClassName
{
color: #EBBE56;
}
</style>
background-color css
<style>
a { background-color: #EBBE56; }
a { background-color: rgb(235,190,86); }
div.DivClassName
{
background-color: #EBBE56;
}
.BgClassName
{
background-color: #EBBE56;
}
</style>
border-color css
<style>
span { border-color: #EBBE56; }
span { border-color: rgb(235,190,86); }
td.TdClassName
{
border-color: #EBBE56;
}
.TagClassName
{
border-color: #EBBE56;
}
</style>