Shades of Beeswax #EBD7A7
Tints of Beeswax #EBD7A7
RGB
CMYK
RGB Variations
Color information
#EBD7A7 (or 0xEBD7A7) is known color: Beeswax. HEX triplet: EB, D7 and A7. RGB value is (235,215,167). Sum of RGB (Red+Green+Blue) = 235+215+167=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7A7 is #142858. Grayscale: #D7D7D7. Windows color (decimal): -1321049 or 10999787. OLE color: 10999787.
HSL color Cylindrical-coordinate representation of color #EBD7A7: hue angle of 42.35º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBD7A7 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 215 | 167 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.08 |
| HSL | 42.35º | 0.63% | 0.79% | - |
| HSV(B) | 42.35º | 0.29% | 0.92% | - |
| XYZ | 65.54 | 69.05 | 46.43 | - |
| YUV | 215.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 215 | 167 | 0 | 0.09 | 0.29 | 0.08 | 42.35 | 0.63 | 0.79 |
| Hex | EB | D7 | A7 | 0 | 9 | 1D | 8 | 2A | 3F | 4F |
| Octal | 353 | 327 | 247 | 0 | 11 | 35 | 10 | 52 | 77 | 117 |
| Binary | 11101011 | 11010111 | 10100111 | 0 | 1001 | 11101 | 1000 | 101010 | 111111 | 1001111 |
Color Harmonies of #EBD7A7
Complementary color
Monochromatic Colors of #EBD7A7
Black with #EBD7A7
Text Example
Text Example
White with #EBD7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD7A7; }
p { color: rgb(235,215,167); }
H1.HeaderClassName
{
color: #EBD7A7;
}
.AnyTagClassName
{
color: #EBD7A7;
}
</style>
background-color css
<style>
a { background-color: #EBD7A7; }
a { background-color: rgb(235,215,167); }
div.DivClassName
{
background-color: #EBD7A7;
}
.BgClassName
{
background-color: #EBD7A7;
}
</style>
border-color css
<style>
span { border-color: #EBD7A7; }
span { border-color: rgb(235,215,167); }
td.TdClassName
{
border-color: #EBD7A7;
}
.TagClassName
{
border-color: #EBD7A7;
}
</style>