Shades of Cream Can #EBC259
Tints of Cream Can #EBC259
RGB
CMYK
RGB Variations
Color information
#EBC259 (or 0xEBC259) is known color: Cream Can. HEX triplet: EB, C2 and 59. RGB value is (235,194,89). Sum of RGB (Red+Green+Blue) = 235+194+89=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC259 is #143DA6. Grayscale: #C2C2C2. Windows color (decimal): -1326503 or 5882603. OLE color: 5882603.
HSL color Cylindrical-coordinate representation of color #EBC259: hue angle of 43.15º 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 #EBC259 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 89 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.08 |
| HSL | 43.15º | 0.78% | 0.64% | - |
| HSV(B) | 43.15º | 0.62% | 0.92% | - |
| XYZ | 55.36 | 56.97 | 17.53 | - |
| YUV | 194.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 89 | 0 | 0.17 | 0.62 | 0.08 | 43.15 | 0.78 | 0.64 |
| Hex | EB | C2 | 59 | 0 | 11 | 3E | 8 | 2B | 4E | 40 |
| Octal | 353 | 302 | 131 | 0 | 21 | 76 | 10 | 53 | 116 | 100 |
| Binary | 11101011 | 11000010 | 1011001 | 0 | 10001 | 111110 | 1000 | 101011 | 1001110 | 1000000 |
Color Harmonies of #EBC259
Complementary color
Monochromatic Colors of #EBC259
Black with #EBC259
Text Example
Text Example
White with #EBC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC259; }
p { color: rgb(235,194,89); }
H1.HeaderClassName
{
color: #EBC259;
}
.AnyTagClassName
{
color: #EBC259;
}
</style>
background-color css
<style>
a { background-color: #EBC259; }
a { background-color: rgb(235,194,89); }
div.DivClassName
{
background-color: #EBC259;
}
.BgClassName
{
background-color: #EBC259;
}
</style>
border-color css
<style>
span { border-color: #EBC259; }
span { border-color: rgb(235,194,89); }
td.TdClassName
{
border-color: #EBC259;
}
.TagClassName
{
border-color: #EBC259;
}
</style>