Shades of Beeswax #EBD9B1
Tints of Beeswax #EBD9B1
RGB
CMYK
RGB Variations
Color information
#EBD9B1 (or 0xEBD9B1) is known color: Beeswax. HEX triplet: EB, D9 and B1. RGB value is (235,217,177). Sum of RGB (Red+Green+Blue) = 235+217+177=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 177 (69.53% from 255 or 28.14% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD9B1 is #14264E. Grayscale: #DADADA. Windows color (decimal): -1320527 or 11655659. OLE color: 11655659.
HSL color Cylindrical-coordinate representation of color #EBD9B1: hue angle of 41.38º degrees, saturation: 0.59, 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 #EBD9B1 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 177 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.08 |
| HSL | 41.38º | 0.59% | 0.81% | - |
| HSV(B) | 41.38º | 0.25% | 0.92% | - |
| XYZ | 67.01 | 70.46 | 51.66 | - |
| YUV | 217.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 177 | 0 | 0.08 | 0.25 | 0.08 | 41.38 | 0.59 | 0.81 |
| Hex | EB | D9 | B1 | 0 | 8 | 19 | 8 | 29 | 3B | 51 |
| Octal | 353 | 331 | 261 | 0 | 10 | 31 | 10 | 51 | 73 | 121 |
| Binary | 11101011 | 11011001 | 10110001 | 0 | 1000 | 11001 | 1000 | 101001 | 111011 | 1010001 |
Color Harmonies of #EBD9B1
Complementary color
Monochromatic Colors of #EBD9B1
Black with #EBD9B1
Text Example
Text Example
White with #EBD9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD9B1; }
p { color: rgb(235,217,177); }
H1.HeaderClassName
{
color: #EBD9B1;
}
.AnyTagClassName
{
color: #EBD9B1;
}
</style>
background-color css
<style>
a { background-color: #EBD9B1; }
a { background-color: rgb(235,217,177); }
div.DivClassName
{
background-color: #EBD9B1;
}
.BgClassName
{
background-color: #EBD9B1;
}
</style>
border-color css
<style>
span { border-color: #EBD9B1; }
span { border-color: rgb(235,217,177); }
td.TdClassName
{
border-color: #EBD9B1;
}
.TagClassName
{
border-color: #EBD9B1;
}
</style>