Shades of Cream Can #EBC959
Tints of Cream Can #EBC959
RGB
CMYK
RGB Variations
Color information
#EBC959 (or 0xEBC959) is known color: Cream Can. HEX triplet: EB, C9 and 59. RGB value is (235,201,89). Sum of RGB (Red+Green+Blue) = 235+201+89=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC959 is #1436A6. Grayscale: #C6C6C6. Windows color (decimal): -1324711 or 5884395. OLE color: 5884395.
HSL color Cylindrical-coordinate representation of color #EBC959: hue angle of 46.03º 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 #EBC959 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 89 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.08 |
| HSL | 46.03º | 0.78% | 0.64% | - |
| HSV(B) | 46.03º | 0.62% | 0.92% | - |
| XYZ | 56.95 | 60.16 | 18.06 | - |
| YUV | 198.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 89 | 0 | 0.14 | 0.62 | 0.08 | 46.03 | 0.78 | 0.64 |
| Hex | EB | C9 | 59 | 0 | E | 3E | 8 | 2E | 4E | 40 |
| Octal | 353 | 311 | 131 | 0 | 16 | 76 | 10 | 56 | 116 | 100 |
| Binary | 11101011 | 11001001 | 1011001 | 0 | 1110 | 111110 | 1000 | 101110 | 1001110 | 1000000 |
Color Harmonies of #EBC959
Complementary color
Monochromatic Colors of #EBC959
Black with #EBC959
Text Example
Text Example
White with #EBC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC959; }
p { color: rgb(235,201,89); }
H1.HeaderClassName
{
color: #EBC959;
}
.AnyTagClassName
{
color: #EBC959;
}
</style>
background-color css
<style>
a { background-color: #EBC959; }
a { background-color: rgb(235,201,89); }
div.DivClassName
{
background-color: #EBC959;
}
.BgClassName
{
background-color: #EBC959;
}
</style>
border-color css
<style>
span { border-color: #EBC959; }
span { border-color: rgb(235,201,89); }
td.TdClassName
{
border-color: #EBC959;
}
.TagClassName
{
border-color: #EBC959;
}
</style>