Shades of Beeswax #EAD7A8
Tints of Beeswax #EAD7A8
RGB
CMYK
RGB Variations
Color information
#EAD7A8 (or 0xEAD7A8) is known color: Beeswax. HEX triplet: EA, D7 and A8. RGB value is (234,215,168). Sum of RGB (Red+Green+Blue) = 234+215+168=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD7A8 is #152857. Grayscale: #D7D7D7. Windows color (decimal): -1386584 or 11065322. OLE color: 11065322.
HSL color Cylindrical-coordinate representation of color #EAD7A8: hue angle of 42.73º degrees, saturation: 0.61, 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 #EAD7A8 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 168 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.08 |
| HSL | 42.73º | 0.61% | 0.79% | - |
| HSV(B) | 42.73º | 0.28% | 0.92% | - |
| XYZ | 65.3 | 68.92 | 46.91 | - |
| YUV | 215.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 168 | 0 | 0.08 | 0.28 | 0.08 | 42.73 | 0.61 | 0.79 |
| Hex | EA | D7 | A8 | 0 | 8 | 1C | 8 | 2B | 3D | 4F |
| Octal | 352 | 327 | 250 | 0 | 10 | 34 | 10 | 53 | 75 | 117 |
| Binary | 11101010 | 11010111 | 10101000 | 0 | 1000 | 11100 | 1000 | 101011 | 111101 | 1001111 |
Color Harmonies of #EAD7A8
Complementary color
Monochromatic Colors of #EAD7A8
Black with #EAD7A8
Text Example
Text Example
White with #EAD7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7A8; }
p { color: rgb(234,215,168); }
H1.HeaderClassName
{
color: #EAD7A8;
}
.AnyTagClassName
{
color: #EAD7A8;
}
</style>
background-color css
<style>
a { background-color: #EAD7A8; }
a { background-color: rgb(234,215,168); }
div.DivClassName
{
background-color: #EAD7A8;
}
.BgClassName
{
background-color: #EAD7A8;
}
</style>
border-color css
<style>
span { border-color: #EAD7A8; }
span { border-color: rgb(234,215,168); }
td.TdClassName
{
border-color: #EAD7A8;
}
.TagClassName
{
border-color: #EAD7A8;
}
</style>