Shades of Beeswax #EBD9AF
Tints of Beeswax #EBD9AF
RGB
CMYK
RGB Variations
Color information
#EBD9AF (or 0xEBD9AF) is known color: Beeswax. HEX triplet: EB, D9 and AF. RGB value is (235,217,175). Sum of RGB (Red+Green+Blue) = 235+217+175=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD9AF is #142650. Grayscale: #D9D9D9. Windows color (decimal): -1320529 or 11524587. OLE color: 11524587.
HSL color Cylindrical-coordinate representation of color #EBD9AF: hue angle of 42º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBD9AF is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 175 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.08 |
| HSL | 42º | 0.6% | 0.8% | - |
| HSV(B) | 42º | 0.26% | 0.92% | - |
| XYZ | 66.81 | 70.38 | 50.62 | - |
| YUV | 217.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 175 | 0 | 0.08 | 0.26 | 0.08 | 42 | 0.6 | 0.8 |
| Hex | EB | D9 | AF | 0 | 8 | 1A | 8 | 2A | 3C | 50 |
| Octal | 353 | 331 | 257 | 0 | 10 | 32 | 10 | 52 | 74 | 120 |
| Binary | 11101011 | 11011001 | 10101111 | 0 | 1000 | 11010 | 1000 | 101010 | 111100 | 1010000 |
Color Harmonies of #EBD9AF
Complementary color
Monochromatic Colors of #EBD9AF
Black with #EBD9AF
Text Example
Text Example
White with #EBD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD9AF; }
p { color: rgb(235,217,175); }
H1.HeaderClassName
{
color: #EBD9AF;
}
.AnyTagClassName
{
color: #EBD9AF;
}
</style>
background-color css
<style>
a { background-color: #EBD9AF; }
a { background-color: rgb(235,217,175); }
div.DivClassName
{
background-color: #EBD9AF;
}
.BgClassName
{
background-color: #EBD9AF;
}
</style>
border-color css
<style>
span { border-color: #EBD9AF; }
span { border-color: rgb(235,217,175); }
td.TdClassName
{
border-color: #EBD9AF;
}
.TagClassName
{
border-color: #EBD9AF;
}
</style>