Shades of Beeswax #EADAAF
Tints of Beeswax #EADAAF
RGB
CMYK
RGB Variations
Color information
#EADAAF (or 0xEADAAF) is known color: Beeswax. HEX triplet: EA, DA and AF. RGB value is (234,218,175). Sum of RGB (Red+Green+Blue) = 234+218+175=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAAF is #152550. Grayscale: #DADADA. Windows color (decimal): -1385809 or 11524842. OLE color: 11524842.
HSL color Cylindrical-coordinate representation of color #EADAAF: hue angle of 43.73º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EADAAF is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 175 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.08 |
| HSL | 43.73º | 0.58% | 0.8% | - |
| HSV(B) | 43.73º | 0.25% | 0.92% | - |
| XYZ | 66.74 | 70.73 | 50.69 | - |
| YUV | 217.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 175 | 0 | 0.07 | 0.25 | 0.08 | 43.73 | 0.58 | 0.8 |
| Hex | EA | DA | AF | 0 | 7 | 19 | 8 | 2C | 3A | 50 |
| Octal | 352 | 332 | 257 | 0 | 7 | 31 | 10 | 54 | 72 | 120 |
| Binary | 11101010 | 11011010 | 10101111 | 0 | 111 | 11001 | 1000 | 101100 | 111010 | 1010000 |
Color Harmonies of #EADAAF
Complementary color
Monochromatic Colors of #EADAAF
Black with #EADAAF
Text Example
Text Example
White with #EADAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAAF; }
p { color: rgb(234,218,175); }
H1.HeaderClassName
{
color: #EADAAF;
}
.AnyTagClassName
{
color: #EADAAF;
}
</style>
background-color css
<style>
a { background-color: #EADAAF; }
a { background-color: rgb(234,218,175); }
div.DivClassName
{
background-color: #EADAAF;
}
.BgClassName
{
background-color: #EADAAF;
}
</style>
border-color css
<style>
span { border-color: #EADAAF; }
span { border-color: rgb(234,218,175); }
td.TdClassName
{
border-color: #EADAAF;
}
.TagClassName
{
border-color: #EADAAF;
}
</style>