Shades of Beeswax #EADCB3
Tints of Beeswax #EADCB3
RGB
CMYK
RGB Variations
Color information
#EADCB3 (or 0xEADCB3) is known color: Beeswax. HEX triplet: EA, DC and B3. RGB value is (234,220,179). Sum of RGB (Red+Green+Blue) = 234+220+179=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCB3 is #15234C. Grayscale: #DBDBDB. Windows color (decimal): -1385293 or 11787498. OLE color: 11787498.
HSL color Cylindrical-coordinate representation of color #EADCB3: hue angle of 44.73º 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 #EADCB3 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 179 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.08 |
| HSL | 44.73º | 0.57% | 0.81% | - |
| HSV(B) | 44.73º | 0.24% | 0.92% | - |
| XYZ | 67.66 | 71.93 | 52.97 | - |
| YUV | 219.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 179 | 0 | 0.06 | 0.24 | 0.08 | 44.73 | 0.57 | 0.81 |
| Hex | EA | DC | B3 | 0 | 6 | 18 | 8 | 2D | 39 | 51 |
| Octal | 352 | 334 | 263 | 0 | 6 | 30 | 10 | 55 | 71 | 121 |
| Binary | 11101010 | 11011100 | 10110011 | 0 | 110 | 11000 | 1000 | 101101 | 111001 | 1010001 |
Color Harmonies of #EADCB3
Complementary color
Monochromatic Colors of #EADCB3
Black with #EADCB3
Text Example
Text Example
White with #EADCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCB3; }
p { color: rgb(234,220,179); }
H1.HeaderClassName
{
color: #EADCB3;
}
.AnyTagClassName
{
color: #EADCB3;
}
</style>
background-color css
<style>
a { background-color: #EADCB3; }
a { background-color: rgb(234,220,179); }
div.DivClassName
{
background-color: #EADCB3;
}
.BgClassName
{
background-color: #EADCB3;
}
</style>
border-color css
<style>
span { border-color: #EADCB3; }
span { border-color: rgb(234,220,179); }
td.TdClassName
{
border-color: #EADCB3;
}
.TagClassName
{
border-color: #EADCB3;
}
</style>