Shades of Beeswax #EADAAE
Tints of Beeswax #EADAAE
RGB
CMYK
RGB Variations
Color information
#EADAAE (or 0xEADAAE) is known color: Beeswax. HEX triplet: EA, DA and AE. RGB value is (234,218,174). Sum of RGB (Red+Green+Blue) = 234+218+174=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAAE is #152551. Grayscale: #D9D9D9. Windows color (decimal): -1385810 or 11459306. OLE color: 11459306.
HSL color Cylindrical-coordinate representation of color #EADAAE: hue angle of 44º degrees, saturation: 0.59, 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 #EADAAE is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 174 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.08 |
| HSL | 44º | 0.59% | 0.8% | - |
| HSV(B) | 44º | 0.26% | 0.92% | - |
| XYZ | 66.64 | 70.69 | 50.18 | - |
| YUV | 217.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 174 | 0 | 0.07 | 0.26 | 0.08 | 44 | 0.59 | 0.8 |
| Hex | EA | DA | AE | 0 | 7 | 1A | 8 | 2C | 3B | 50 |
| Octal | 352 | 332 | 256 | 0 | 7 | 32 | 10 | 54 | 73 | 120 |
| Binary | 11101010 | 11011010 | 10101110 | 0 | 111 | 11010 | 1000 | 101100 | 111011 | 1010000 |
Color Harmonies of #EADAAE
Complementary color
Monochromatic Colors of #EADAAE
Black with #EADAAE
Text Example
Text Example
White with #EADAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAAE; }
p { color: rgb(234,218,174); }
H1.HeaderClassName
{
color: #EADAAE;
}
.AnyTagClassName
{
color: #EADAAE;
}
</style>
background-color css
<style>
a { background-color: #EADAAE; }
a { background-color: rgb(234,218,174); }
div.DivClassName
{
background-color: #EADAAE;
}
.BgClassName
{
background-color: #EADAAE;
}
</style>
border-color css
<style>
span { border-color: #EADAAE; }
span { border-color: rgb(234,218,174); }
td.TdClassName
{
border-color: #EADAAE;
}
.TagClassName
{
border-color: #EADAAE;
}
</style>