Shades of Cream Can #EBC059
Tints of Cream Can #EBC059
RGB
CMYK
RGB Variations
Color information
#EBC059 (or 0xEBC059) is known color: Cream Can. HEX triplet: EB, C0 and 59. RGB value is (235,192,89). Sum of RGB (Red+Green+Blue) = 235+192+89=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC059 is #143FA6. Grayscale: #C1C1C1. Windows color (decimal): -1327015 or 5882091. OLE color: 5882091.
HSL color Cylindrical-coordinate representation of color #EBC059: hue angle of 42.33º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBC059 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 89 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.08 |
| HSL | 42.33º | 0.78% | 0.64% | - |
| HSV(B) | 42.33º | 0.62% | 0.92% | - |
| XYZ | 54.91 | 56.08 | 17.38 | - |
| YUV | 193.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 89 | 0 | 0.18 | 0.62 | 0.08 | 42.33 | 0.78 | 0.64 |
| Hex | EB | C0 | 59 | 0 | 12 | 3E | 8 | 2A | 4E | 40 |
| Octal | 353 | 300 | 131 | 0 | 22 | 76 | 10 | 52 | 116 | 100 |
| Binary | 11101011 | 11000000 | 1011001 | 0 | 10010 | 111110 | 1000 | 101010 | 1001110 | 1000000 |
Color Harmonies of #EBC059
Complementary color
Monochromatic Colors of #EBC059
Black with #EBC059
Text Example
Text Example
White with #EBC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC059; }
p { color: rgb(235,192,89); }
H1.HeaderClassName
{
color: #EBC059;
}
.AnyTagClassName
{
color: #EBC059;
}
</style>
background-color css
<style>
a { background-color: #EBC059; }
a { background-color: rgb(235,192,89); }
div.DivClassName
{
background-color: #EBC059;
}
.BgClassName
{
background-color: #EBC059;
}
</style>
border-color css
<style>
span { border-color: #EBC059; }
span { border-color: rgb(235,192,89); }
td.TdClassName
{
border-color: #EBC059;
}
.TagClassName
{
border-color: #EBC059;
}
</style>