Shades of Cream Can #EBBF59
Tints of Cream Can #EBBF59
RGB
CMYK
RGB Variations
Color information
#EBBF59 (or 0xEBBF59) is known color: Cream Can. HEX triplet: EB, BF and 59. RGB value is (235,191,89). Sum of RGB (Red+Green+Blue) = 235+191+89=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBF59 is #1440A6. Grayscale: #C0C0C0. Windows color (decimal): -1327271 or 5881835. OLE color: 5881835.
HSL color Cylindrical-coordinate representation of color #EBBF59: hue angle of 41.92º 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 #EBBF59 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 89 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.08 |
| HSL | 41.92º | 0.78% | 0.64% | - |
| HSV(B) | 41.92º | 0.62% | 0.92% | - |
| XYZ | 54.69 | 55.65 | 17.31 | - |
| YUV | 192.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 89 | 0 | 0.19 | 0.62 | 0.08 | 41.92 | 0.78 | 0.64 |
| Hex | EB | BF | 59 | 0 | 13 | 3E | 8 | 2A | 4E | 40 |
| Octal | 353 | 277 | 131 | 0 | 23 | 76 | 10 | 52 | 116 | 100 |
| Binary | 11101011 | 10111111 | 1011001 | 0 | 10011 | 111110 | 1000 | 101010 | 1001110 | 1000000 |
Color Harmonies of #EBBF59
Complementary color
Monochromatic Colors of #EBBF59
Black with #EBBF59
Text Example
Text Example
White with #EBBF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBF59; }
p { color: rgb(235,191,89); }
H1.HeaderClassName
{
color: #EBBF59;
}
.AnyTagClassName
{
color: #EBBF59;
}
</style>
background-color css
<style>
a { background-color: #EBBF59; }
a { background-color: rgb(235,191,89); }
div.DivClassName
{
background-color: #EBBF59;
}
.BgClassName
{
background-color: #EBBF59;
}
</style>
border-color css
<style>
span { border-color: #EBBF59; }
span { border-color: rgb(235,191,89); }
td.TdClassName
{
border-color: #EBBF59;
}
.TagClassName
{
border-color: #EBBF59;
}
</style>