Shades of Beeswax #EADAB0
Tints of Beeswax #EADAB0
RGB
CMYK
RGB Variations
Color information
#EADAB0 (or 0xEADAB0) is known color: Beeswax. HEX triplet: EA, DA and B0. RGB value is (234,218,176). Sum of RGB (Red+Green+Blue) = 234+218+176=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAB0 is #15254F. Grayscale: #DADADA. Windows color (decimal): -1385808 or 11590378. OLE color: 11590378.
HSL color Cylindrical-coordinate representation of color #EADAB0: hue angle of 43.45º 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 #EADAB0 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 218 | 176 | - |
CMYK | 0 | 0.07 | 0.25 | 0.08 |
HSL | 43.45º | 0.58% | 0.8% | - |
HSV(B) | 43.45º | 0.25% | 0.92% | - |
XYZ | 66.84 | 70.77 | 51.21 | - |
YUV | 218 | 104.3 | 139.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 218 | 176 | 0 | 0.07 | 0.25 | 0.08 | 43.45 | 0.58 | 0.8 |
Hex | EA | DA | B0 | 0 | 7 | 19 | 8 | 2B | 3A | 50 |
Octal | 352 | 332 | 260 | 0 | 7 | 31 | 10 | 53 | 72 | 120 |
Binary | 11101010 | 11011010 | 10110000 | 0 | 111 | 11001 | 1000 | 101011 | 111010 | 1010000 |
Color Harmonies of #EADAB0
Complementary color
Monochromatic Colors of #EADAB0
Black with #EADAB0
Text Example
Text Example
White with #EADAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAB0; }
p { color: rgb(234,218,176); }
H1.HeaderClassName
{
color: #EADAB0;
}
.AnyTagClassName
{
color: #EADAB0;
}
</style>
background-color css
<style>
a { background-color: #EADAB0; }
a { background-color: rgb(234,218,176); }
div.DivClassName
{
background-color: #EADAB0;
}
.BgClassName
{
background-color: #EADAB0;
}
</style>
border-color css
<style>
span { border-color: #EADAB0; }
span { border-color: rgb(234,218,176); }
td.TdClassName
{
border-color: #EADAB0;
}
.TagClassName
{
border-color: #EADAB0;
}
</style>