Shades of Cream Can #EBBE52
Tints of Cream Can #EBBE52
RGB
CMYK
RGB Variations
Color information
#EBBE52 (or 0xEBBE52) is known color: Cream Can. HEX triplet: EB, BE and 52. RGB value is (235,190,82). Sum of RGB (Red+Green+Blue) = 235+190+82=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE52 is #1441AD. Grayscale: #BFBFBF. Windows color (decimal): -1327534 or 5422827. OLE color: 5422827.
HSL color Cylindrical-coordinate representation of color #EBBE52: hue angle of 42.35º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBBE52 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 82 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.08 |
| HSL | 42.35º | 0.79% | 0.62% | - |
| HSV(B) | 42.35º | 0.65% | 0.92% | - |
| XYZ | 54.2 | 55.1 | 15.76 | - |
| YUV | 191.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 82 | 0 | 0.19 | 0.65 | 0.08 | 42.35 | 0.79 | 0.62 |
| Hex | EB | BE | 52 | 0 | 13 | 41 | 8 | 2A | 4F | 3E |
| Octal | 353 | 276 | 122 | 0 | 23 | 101 | 10 | 52 | 117 | 76 |
| Binary | 11101011 | 10111110 | 1010010 | 0 | 10011 | 1000001 | 1000 | 101010 | 1001111 | 111110 |
Color Harmonies of #EBBE52
Complementary color
Monochromatic Colors of #EBBE52
Black with #EBBE52
Text Example
Text Example
White with #EBBE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE52; }
p { color: rgb(235,190,82); }
H1.HeaderClassName
{
color: #EBBE52;
}
.AnyTagClassName
{
color: #EBBE52;
}
</style>
background-color css
<style>
a { background-color: #EBBE52; }
a { background-color: rgb(235,190,82); }
div.DivClassName
{
background-color: #EBBE52;
}
.BgClassName
{
background-color: #EBBE52;
}
</style>
border-color css
<style>
span { border-color: #EBBE52; }
span { border-color: rgb(235,190,82); }
td.TdClassName
{
border-color: #EBBE52;
}
.TagClassName
{
border-color: #EBBE52;
}
</style>