Shades of Beeswax #EADCB2
Tints of Beeswax #EADCB2
RGB
CMYK
RGB Variations
Color information
#EADCB2 (or 0xEADCB2) is known color: Beeswax. HEX triplet: EA, DC and B2. RGB value is (234,220,178). Sum of RGB (Red+Green+Blue) = 234+220+178=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADCB2 is #15234D. Grayscale: #DBDBDB. Windows color (decimal): -1385294 or 11721962. OLE color: 11721962.
HSL color Cylindrical-coordinate representation of color #EADCB2: hue angle of 45º 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 #EADCB2 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 178 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.08 |
| HSL | 45º | 0.57% | 0.81% | - |
| HSV(B) | 45º | 0.24% | 0.92% | - |
| XYZ | 67.56 | 71.89 | 52.44 | - |
| YUV | 219.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 178 | 0 | 0.06 | 0.24 | 0.08 | 45 | 0.57 | 0.81 |
| Hex | EA | DC | B2 | 0 | 6 | 18 | 8 | 2D | 39 | 51 |
| Octal | 352 | 334 | 262 | 0 | 6 | 30 | 10 | 55 | 71 | 121 |
| Binary | 11101010 | 11011100 | 10110010 | 0 | 110 | 11000 | 1000 | 101101 | 111001 | 1010001 |
Color Harmonies of #EADCB2
Complementary color
Monochromatic Colors of #EADCB2
Black with #EADCB2
Text Example
Text Example
White with #EADCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCB2; }
p { color: rgb(234,220,178); }
H1.HeaderClassName
{
color: #EADCB2;
}
.AnyTagClassName
{
color: #EADCB2;
}
</style>
background-color css
<style>
a { background-color: #EADCB2; }
a { background-color: rgb(234,220,178); }
div.DivClassName
{
background-color: #EADCB2;
}
.BgClassName
{
background-color: #EADCB2;
}
</style>
border-color css
<style>
span { border-color: #EADCB2; }
span { border-color: rgb(234,220,178); }
td.TdClassName
{
border-color: #EADCB2;
}
.TagClassName
{
border-color: #EADCB2;
}
</style>