Shades of Beeswax #E6D6AC
Tints of Beeswax #E6D6AC
RGB
CMYK
RGB Variations
Color information
#E6D6AC (or 0xE6D6AC) is known color: Beeswax. HEX triplet: E6, D6 and AC. RGB value is (230,214,172). Sum of RGB (Red+Green+Blue) = 230+214+172=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D6AC is #192953. Grayscale: #D6D6D6. Windows color (decimal): -1648980 or 11327206. OLE color: 11327206.
HSL color Cylindrical-coordinate representation of color #E6D6AC: hue angle of 43.45º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6D6AC is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 172 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.10 |
| HSL | 43.45º | 0.54% | 0.79% | - |
| HSV(B) | 43.45º | 0.25% | 0.9% | - |
| XYZ | 64.13 | 67.89 | 48.75 | - |
| YUV | 214 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 172 | 0 | 0.07 | 0.25 | 0.10 | 43.45 | 0.54 | 0.79 |
| Hex | E6 | D6 | AC | 0 | 7 | 19 | A | 2B | 36 | 4F |
| Octal | 346 | 326 | 254 | 0 | 7 | 31 | 12 | 53 | 66 | 117 |
| Binary | 11100110 | 11010110 | 10101100 | 0 | 111 | 11001 | 1010 | 101011 | 110110 | 1001111 |
Color Harmonies of #E6D6AC
Complementary color
Monochromatic Colors of #E6D6AC
Black with #E6D6AC
Text Example
Text Example
White with #E6D6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6AC; }
p { color: rgb(230,214,172); }
H1.HeaderClassName
{
color: #E6D6AC;
}
.AnyTagClassName
{
color: #E6D6AC;
}
</style>
background-color css
<style>
a { background-color: #E6D6AC; }
a { background-color: rgb(230,214,172); }
div.DivClassName
{
background-color: #E6D6AC;
}
.BgClassName
{
background-color: #E6D6AC;
}
</style>
border-color css
<style>
span { border-color: #E6D6AC; }
span { border-color: rgb(230,214,172); }
td.TdClassName
{
border-color: #E6D6AC;
}
.TagClassName
{
border-color: #E6D6AC;
}
</style>