Shades of Beeswax #EADAB1
Tints of Beeswax #EADAB1
RGB
CMYK
RGB Variations
Color information
#EADAB1 (or 0xEADAB1) is known color: Beeswax. HEX triplet: EA, DA and B1. RGB value is (234,218,177). Sum of RGB (Red+Green+Blue) = 234+218+177=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 177 (69.53% from 255 or 28.14% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAB1 is #15254E. Grayscale: #DADADA. Windows color (decimal): -1385807 or 11655914. OLE color: 11655914.
HSL color Cylindrical-coordinate representation of color #EADAB1: hue angle of 43.16º degrees, saturation: 0.58, 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 #EADAB1 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 177 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.08 |
| HSL | 43.16º | 0.58% | 0.81% | - |
| HSV(B) | 43.16º | 0.24% | 0.92% | - |
| XYZ | 66.94 | 70.81 | 51.73 | - |
| YUV | 218.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 177 | 0 | 0.07 | 0.24 | 0.08 | 43.16 | 0.58 | 0.81 |
| Hex | EA | DA | B1 | 0 | 7 | 18 | 8 | 2B | 3A | 51 |
| Octal | 352 | 332 | 261 | 0 | 7 | 30 | 10 | 53 | 72 | 121 |
| Binary | 11101010 | 11011010 | 10110001 | 0 | 111 | 11000 | 1000 | 101011 | 111010 | 1010001 |
Color Harmonies of #EADAB1
Complementary color
Monochromatic Colors of #EADAB1
Black with #EADAB1
Text Example
Text Example
White with #EADAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAB1; }
p { color: rgb(234,218,177); }
H1.HeaderClassName
{
color: #EADAB1;
}
.AnyTagClassName
{
color: #EADAB1;
}
</style>
background-color css
<style>
a { background-color: #EADAB1; }
a { background-color: rgb(234,218,177); }
div.DivClassName
{
background-color: #EADAB1;
}
.BgClassName
{
background-color: #EADAB1;
}
</style>
border-color css
<style>
span { border-color: #EADAB1; }
span { border-color: rgb(234,218,177); }
td.TdClassName
{
border-color: #EADAB1;
}
.TagClassName
{
border-color: #EADAB1;
}
</style>