Shades of Beeswax #EBDAB0
Tints of Beeswax #EBDAB0
RGB
CMYK
RGB Variations
Color information
#EBDAB0 (or 0xEBDAB0) is known color: Beeswax. HEX triplet: EB, DA and B0. RGB value is (235,218,176). Sum of RGB (Red+Green+Blue) = 235+218+176=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAB0 is #14254F. Grayscale: #DADADA. Windows color (decimal): -1320272 or 11590379. OLE color: 11590379.
HSL color Cylindrical-coordinate representation of color #EBDAB0: hue angle of 42.71º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBDAB0 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 176 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.08 |
| HSL | 42.71º | 0.6% | 0.81% | - |
| HSV(B) | 42.71º | 0.25% | 0.92% | - |
| XYZ | 67.17 | 70.94 | 51.23 | - |
| YUV | 218.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 176 | 0 | 0.07 | 0.25 | 0.08 | 42.71 | 0.6 | 0.81 |
| Hex | EB | DA | B0 | 0 | 7 | 19 | 8 | 2B | 3C | 51 |
| Octal | 353 | 332 | 260 | 0 | 7 | 31 | 10 | 53 | 74 | 121 |
| Binary | 11101011 | 11011010 | 10110000 | 0 | 111 | 11001 | 1000 | 101011 | 111100 | 1010001 |
Color Harmonies of #EBDAB0
Complementary color
Monochromatic Colors of #EBDAB0
Black with #EBDAB0
Text Example
Text Example
White with #EBDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAB0; }
p { color: rgb(235,218,176); }
H1.HeaderClassName
{
color: #EBDAB0;
}
.AnyTagClassName
{
color: #EBDAB0;
}
</style>
background-color css
<style>
a { background-color: #EBDAB0; }
a { background-color: rgb(235,218,176); }
div.DivClassName
{
background-color: #EBDAB0;
}
.BgClassName
{
background-color: #EBDAB0;
}
</style>
border-color css
<style>
span { border-color: #EBDAB0; }
span { border-color: rgb(235,218,176); }
td.TdClassName
{
border-color: #EBDAB0;
}
.TagClassName
{
border-color: #EBDAB0;
}
</style>