Shades of Cream Can #EBC559
Tints of Cream Can #EBC559
RGB
CMYK
RGB Variations
Color information
#EBC559 (or 0xEBC559) is known color: Cream Can. HEX triplet: EB, C5 and 59. RGB value is (235,197,89). Sum of RGB (Red+Green+Blue) = 235+197+89=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC559 is #143AA6. Grayscale: #C4C4C4. Windows color (decimal): -1325735 or 5883371. OLE color: 5883371.
HSL color Cylindrical-coordinate representation of color #EBC559: hue angle of 44.38º 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 #EBC559 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 89 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.08 |
| HSL | 44.38º | 0.78% | 0.64% | - |
| HSV(B) | 44.38º | 0.62% | 0.92% | - |
| XYZ | 56.03 | 58.32 | 17.75 | - |
| YUV | 196.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 89 | 0 | 0.16 | 0.62 | 0.08 | 44.38 | 0.78 | 0.64 |
| Hex | EB | C5 | 59 | 0 | 10 | 3E | 8 | 2C | 4E | 40 |
| Octal | 353 | 305 | 131 | 0 | 20 | 76 | 10 | 54 | 116 | 100 |
| Binary | 11101011 | 11000101 | 1011001 | 0 | 10000 | 111110 | 1000 | 101100 | 1001110 | 1000000 |
Color Harmonies of #EBC559
Complementary color
Monochromatic Colors of #EBC559
Black with #EBC559
Text Example
Text Example
White with #EBC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC559; }
p { color: rgb(235,197,89); }
H1.HeaderClassName
{
color: #EBC559;
}
.AnyTagClassName
{
color: #EBC559;
}
</style>
background-color css
<style>
a { background-color: #EBC559; }
a { background-color: rgb(235,197,89); }
div.DivClassName
{
background-color: #EBC559;
}
.BgClassName
{
background-color: #EBC559;
}
</style>
border-color css
<style>
span { border-color: #EBC559; }
span { border-color: rgb(235,197,89); }
td.TdClassName
{
border-color: #EBC559;
}
.TagClassName
{
border-color: #EBC559;
}
</style>