Shades of Beeswax #EBD8A9
Tints of Beeswax #EBD8A9
RGB
CMYK
RGB Variations
Color information
#EBD8A9 (or 0xEBD8A9) is known color: Beeswax. HEX triplet: EB, D8 and A9. RGB value is (235,216,169). Sum of RGB (Red+Green+Blue) = 235+216+169=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8A9 is #142756. Grayscale: #D8D8D8. Windows color (decimal): -1320791 or 11131115. OLE color: 11131115.
HSL color Cylindrical-coordinate representation of color #EBD8A9: hue angle of 42.73º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBD8A9 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 169 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.08 |
| HSL | 42.73º | 0.62% | 0.79% | - |
| HSV(B) | 42.73º | 0.28% | 0.92% | - |
| XYZ | 65.98 | 69.64 | 47.5 | - |
| YUV | 216.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 169 | 0 | 0.08 | 0.28 | 0.08 | 42.73 | 0.62 | 0.79 |
| Hex | EB | D8 | A9 | 0 | 8 | 1C | 8 | 2B | 3E | 4F |
| Octal | 353 | 330 | 251 | 0 | 10 | 34 | 10 | 53 | 76 | 117 |
| Binary | 11101011 | 11011000 | 10101001 | 0 | 1000 | 11100 | 1000 | 101011 | 111110 | 1001111 |
Color Harmonies of #EBD8A9
Complementary color
Monochromatic Colors of #EBD8A9
Black with #EBD8A9
Text Example
Text Example
White with #EBD8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8A9; }
p { color: rgb(235,216,169); }
H1.HeaderClassName
{
color: #EBD8A9;
}
.AnyTagClassName
{
color: #EBD8A9;
}
</style>
background-color css
<style>
a { background-color: #EBD8A9; }
a { background-color: rgb(235,216,169); }
div.DivClassName
{
background-color: #EBD8A9;
}
.BgClassName
{
background-color: #EBD8A9;
}
</style>
border-color css
<style>
span { border-color: #EBD8A9; }
span { border-color: rgb(235,216,169); }
td.TdClassName
{
border-color: #EBD8A9;
}
.TagClassName
{
border-color: #EBD8A9;
}
</style>