Shades of Cream Can #EBBE4E
Tints of Cream Can #EBBE4E
RGB
CMYK
RGB Variations
Color information
#EBBE4E (or 0xEBBE4E) is known color: Cream Can. HEX triplet: EB, BE and 4E. RGB value is (235,190,78). Sum of RGB (Red+Green+Blue) = 235+190+78=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE4E is #1441B1. Grayscale: #BFBFBF. Windows color (decimal): -1327538 or 5160683. OLE color: 5160683.
HSL color Cylindrical-coordinate representation of color #EBBE4E: hue angle of 42.8º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBBE4E is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 78 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.08 |
| HSL | 42.8º | 0.8% | 0.61% | - |
| HSV(B) | 42.8º | 0.67% | 0.92% | - |
| XYZ | 54.05 | 55.04 | 14.98 | - |
| YUV | 190.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 78 | 0 | 0.19 | 0.67 | 0.08 | 42.8 | 0.8 | 0.61 |
| Hex | EB | BE | 4E | 0 | 13 | 43 | 8 | 2B | 50 | 3D |
| Octal | 353 | 276 | 116 | 0 | 23 | 103 | 10 | 53 | 120 | 75 |
| Binary | 11101011 | 10111110 | 1001110 | 0 | 10011 | 1000011 | 1000 | 101011 | 1010000 | 111101 |
Color Harmonies of #EBBE4E
Complementary color
Monochromatic Colors of #EBBE4E
Black with #EBBE4E
Text Example
Text Example
White with #EBBE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE4E; }
p { color: rgb(235,190,78); }
H1.HeaderClassName
{
color: #EBBE4E;
}
.AnyTagClassName
{
color: #EBBE4E;
}
</style>
background-color css
<style>
a { background-color: #EBBE4E; }
a { background-color: rgb(235,190,78); }
div.DivClassName
{
background-color: #EBBE4E;
}
.BgClassName
{
background-color: #EBBE4E;
}
</style>
border-color css
<style>
span { border-color: #EBBE4E; }
span { border-color: rgb(235,190,78); }
td.TdClassName
{
border-color: #EBBE4E;
}
.TagClassName
{
border-color: #EBBE4E;
}
</style>