Shades of Beeswax #EADAB2
Tints of Beeswax #EADAB2
RGB
CMYK
RGB Variations
Color information
#EADAB2 (or 0xEADAB2) is known color: Beeswax. HEX triplet: EA, DA and B2. RGB value is (234,218,178). Sum of RGB (Red+Green+Blue) = 234+218+178=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAB2 is #15254D. Grayscale: #DADADA. Windows color (decimal): -1385806 or 11721450. OLE color: 11721450.
HSL color Cylindrical-coordinate representation of color #EADAB2: hue angle of 42.86º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EADAB2 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 178 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.08 |
| HSL | 42.86º | 0.57% | 0.81% | - |
| HSV(B) | 42.86º | 0.24% | 0.92% | - |
| XYZ | 67.04 | 70.85 | 52.26 | - |
| YUV | 218.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 178 | 0 | 0.07 | 0.24 | 0.08 | 42.86 | 0.57 | 0.81 |
| Hex | EA | DA | B2 | 0 | 7 | 18 | 8 | 2B | 39 | 51 |
| Octal | 352 | 332 | 262 | 0 | 7 | 30 | 10 | 53 | 71 | 121 |
| Binary | 11101010 | 11011010 | 10110010 | 0 | 111 | 11000 | 1000 | 101011 | 111001 | 1010001 |
Color Harmonies of #EADAB2
Complementary color
Monochromatic Colors of #EADAB2
Black with #EADAB2
Text Example
Text Example
White with #EADAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAB2; }
p { color: rgb(234,218,178); }
H1.HeaderClassName
{
color: #EADAB2;
}
.AnyTagClassName
{
color: #EADAB2;
}
</style>
background-color css
<style>
a { background-color: #EADAB2; }
a { background-color: rgb(234,218,178); }
div.DivClassName
{
background-color: #EADAB2;
}
.BgClassName
{
background-color: #EADAB2;
}
</style>
border-color css
<style>
span { border-color: #EADAB2; }
span { border-color: rgb(234,218,178); }
td.TdClassName
{
border-color: #EADAB2;
}
.TagClassName
{
border-color: #EADAB2;
}
</style>