Shades of Beeswax #E6DAB3
Tints of Beeswax #E6DAB3
RGB
CMYK
RGB Variations
Color information
#E6DAB3 (or 0xE6DAB3) is known color: Beeswax. HEX triplet: E6, DA and B3. RGB value is (230,218,179). Sum of RGB (Red+Green+Blue) = 230+218+179=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DAB3 is #19254C. Grayscale: #D9D9D9. Windows color (decimal): -1647949 or 11786982. OLE color: 11786982.
HSL color Cylindrical-coordinate representation of color #E6DAB3: hue angle of 45.88º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6DAB3 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 179 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.10 |
| HSL | 45.88º | 0.5% | 0.8% | - |
| HSV(B) | 45.88º | 0.22% | 0.9% | - |
| XYZ | 65.84 | 70.22 | 52.73 | - |
| YUV | 217.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 179 | 0 | 0.05 | 0.22 | 0.10 | 45.88 | 0.5 | 0.8 |
| Hex | E6 | DA | B3 | 0 | 5 | 16 | A | 2E | 32 | 50 |
| Octal | 346 | 332 | 263 | 0 | 5 | 26 | 12 | 56 | 62 | 120 |
| Binary | 11100110 | 11011010 | 10110011 | 0 | 101 | 10110 | 1010 | 101110 | 110010 | 1010000 |
Color Harmonies of #E6DAB3
Complementary color
Monochromatic Colors of #E6DAB3
Black with #E6DAB3
Text Example
Text Example
White with #E6DAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAB3; }
p { color: rgb(230,218,179); }
H1.HeaderClassName
{
color: #E6DAB3;
}
.AnyTagClassName
{
color: #E6DAB3;
}
</style>
background-color css
<style>
a { background-color: #E6DAB3; }
a { background-color: rgb(230,218,179); }
div.DivClassName
{
background-color: #E6DAB3;
}
.BgClassName
{
background-color: #E6DAB3;
}
</style>
border-color css
<style>
span { border-color: #E6DAB3; }
span { border-color: rgb(230,218,179); }
td.TdClassName
{
border-color: #E6DAB3;
}
.TagClassName
{
border-color: #E6DAB3;
}
</style>