Shades of Beeswax #E6D6AF
Tints of Beeswax #E6D6AF
RGB
CMYK
RGB Variations
Color information
#E6D6AF (or 0xE6D6AF) is known color: Beeswax. HEX triplet: E6, D6 and AF. RGB value is (230,214,175). Sum of RGB (Red+Green+Blue) = 230+214+175=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D6AF is #192950. Grayscale: #D6D6D6. Windows color (decimal): -1648977 or 11523814. OLE color: 11523814.
HSL color Cylindrical-coordinate representation of color #E6D6AF: hue angle of 42.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6D6AF is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 175 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.10 |
| HSL | 42.55º | 0.52% | 0.79% | - |
| HSV(B) | 42.55º | 0.24% | 0.9% | - |
| XYZ | 64.42 | 68.01 | 50.29 | - |
| YUV | 214.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 175 | 0 | 0.07 | 0.24 | 0.10 | 42.55 | 0.52 | 0.79 |
| Hex | E6 | D6 | AF | 0 | 7 | 18 | A | 2B | 34 | 4F |
| Octal | 346 | 326 | 257 | 0 | 7 | 30 | 12 | 53 | 64 | 117 |
| Binary | 11100110 | 11010110 | 10101111 | 0 | 111 | 11000 | 1010 | 101011 | 110100 | 1001111 |
Color Harmonies of #E6D6AF
Complementary color
Monochromatic Colors of #E6D6AF
Black with #E6D6AF
Text Example
Text Example
White with #E6D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6AF; }
p { color: rgb(230,214,175); }
H1.HeaderClassName
{
color: #E6D6AF;
}
.AnyTagClassName
{
color: #E6D6AF;
}
</style>
background-color css
<style>
a { background-color: #E6D6AF; }
a { background-color: rgb(230,214,175); }
div.DivClassName
{
background-color: #E6D6AF;
}
.BgClassName
{
background-color: #E6D6AF;
}
</style>
border-color css
<style>
span { border-color: #E6D6AF; }
span { border-color: rgb(230,214,175); }
td.TdClassName
{
border-color: #E6D6AF;
}
.TagClassName
{
border-color: #E6D6AF;
}
</style>