Shades of Cream Can #EBBE50
Tints of Cream Can #EBBE50
RGB
CMYK
RGB Variations
Color information
#EBBE50 (or 0xEBBE50) is known color: Cream Can. HEX triplet: EB, BE and 50. RGB value is (235,190,80). Sum of RGB (Red+Green+Blue) = 235+190+80=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE50 is #1441AF. Grayscale: #BFBFBF. Windows color (decimal): -1327536 or 5291755. OLE color: 5291755.
HSL color Cylindrical-coordinate representation of color #EBBE50: hue angle of 42.58º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBBE50 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 80 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.08 |
| HSL | 42.58º | 0.79% | 0.62% | - |
| HSV(B) | 42.58º | 0.66% | 0.92% | - |
| XYZ | 54.12 | 55.07 | 15.37 | - |
| YUV | 190.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 80 | 0 | 0.19 | 0.66 | 0.08 | 42.58 | 0.79 | 0.62 |
| Hex | EB | BE | 50 | 0 | 13 | 42 | 8 | 2B | 4F | 3E |
| Octal | 353 | 276 | 120 | 0 | 23 | 102 | 10 | 53 | 117 | 76 |
| Binary | 11101011 | 10111110 | 1010000 | 0 | 10011 | 1000010 | 1000 | 101011 | 1001111 | 111110 |
Color Harmonies of #EBBE50
Complementary color
Monochromatic Colors of #EBBE50
Black with #EBBE50
Text Example
Text Example
White with #EBBE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE50; }
p { color: rgb(235,190,80); }
H1.HeaderClassName
{
color: #EBBE50;
}
.AnyTagClassName
{
color: #EBBE50;
}
</style>
background-color css
<style>
a { background-color: #EBBE50; }
a { background-color: rgb(235,190,80); }
div.DivClassName
{
background-color: #EBBE50;
}
.BgClassName
{
background-color: #EBBE50;
}
</style>
border-color css
<style>
span { border-color: #EBBE50; }
span { border-color: rgb(235,190,80); }
td.TdClassName
{
border-color: #EBBE50;
}
.TagClassName
{
border-color: #EBBE50;
}
</style>