Shades of Cream Can #EBBE4D
Tints of Cream Can #EBBE4D
RGB
CMYK
RGB Variations
Color information
#EBBE4D (or 0xEBBE4D) is known color: Cream Can. HEX triplet: EB, BE and 4D. RGB value is (235,190,77). Sum of RGB (Red+Green+Blue) = 235+190+77=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE4D is #1441B2. Grayscale: #BFBFBF. Windows color (decimal): -1327539 or 5095147. OLE color: 5095147.
HSL color Cylindrical-coordinate representation of color #EBBE4D: hue angle of 42.91º 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 #EBBE4D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 77 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.08 |
| HSL | 42.91º | 0.8% | 0.61% | - |
| HSV(B) | 42.91º | 0.67% | 0.92% | - |
| XYZ | 54.01 | 55.02 | 14.8 | - |
| YUV | 190.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 77 | 0 | 0.19 | 0.67 | 0.08 | 42.91 | 0.8 | 0.61 |
| Hex | EB | BE | 4D | 0 | 13 | 43 | 8 | 2B | 50 | 3D |
| Octal | 353 | 276 | 115 | 0 | 23 | 103 | 10 | 53 | 120 | 75 |
| Binary | 11101011 | 10111110 | 1001101 | 0 | 10011 | 1000011 | 1000 | 101011 | 1010000 | 111101 |
Color Harmonies of #EBBE4D
Complementary color
Monochromatic Colors of #EBBE4D
Black with #EBBE4D
Text Example
Text Example
White with #EBBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE4D; }
p { color: rgb(235,190,77); }
H1.HeaderClassName
{
color: #EBBE4D;
}
.AnyTagClassName
{
color: #EBBE4D;
}
</style>
background-color css
<style>
a { background-color: #EBBE4D; }
a { background-color: rgb(235,190,77); }
div.DivClassName
{
background-color: #EBBE4D;
}
.BgClassName
{
background-color: #EBBE4D;
}
</style>
border-color css
<style>
span { border-color: #EBBE4D; }
span { border-color: rgb(235,190,77); }
td.TdClassName
{
border-color: #EBBE4D;
}
.TagClassName
{
border-color: #EBBE4D;
}
</style>