Shades of Beeswax #E6D4AE
Tints of Beeswax #E6D4AE
RGB
CMYK
RGB Variations
Color information
#E6D4AE (or 0xE6D4AE) is known color: Beeswax. HEX triplet: E6, D4 and AE. RGB value is (230,212,174). Sum of RGB (Red+Green+Blue) = 230+212+174=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D4AE is #192B51. Grayscale: #D5D5D5. Windows color (decimal): -1649490 or 11457766. OLE color: 11457766.
HSL color Cylindrical-coordinate representation of color #E6D4AE: hue angle of 40.71º degrees, saturation: 0.53, 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 #E6D4AE is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 174 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.10 |
| HSL | 40.71º | 0.53% | 0.79% | - |
| HSV(B) | 40.71º | 0.24% | 0.9% | - |
| XYZ | 63.82 | 66.97 | 49.61 | - |
| YUV | 213.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 174 | 0 | 0.08 | 0.24 | 0.10 | 40.71 | 0.53 | 0.79 |
| Hex | E6 | D4 | AE | 0 | 8 | 18 | A | 29 | 35 | 4F |
| Octal | 346 | 324 | 256 | 0 | 10 | 30 | 12 | 51 | 65 | 117 |
| Binary | 11100110 | 11010100 | 10101110 | 0 | 1000 | 11000 | 1010 | 101001 | 110101 | 1001111 |
Color Harmonies of #E6D4AE
Complementary color
Monochromatic Colors of #E6D4AE
Black with #E6D4AE
Text Example
Text Example
White with #E6D4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D4AE; }
p { color: rgb(230,212,174); }
H1.HeaderClassName
{
color: #E6D4AE;
}
.AnyTagClassName
{
color: #E6D4AE;
}
</style>
background-color css
<style>
a { background-color: #E6D4AE; }
a { background-color: rgb(230,212,174); }
div.DivClassName
{
background-color: #E6D4AE;
}
.BgClassName
{
background-color: #E6D4AE;
}
</style>
border-color css
<style>
span { border-color: #E6D4AE; }
span { border-color: rgb(230,212,174); }
td.TdClassName
{
border-color: #E6D4AE;
}
.TagClassName
{
border-color: #E6D4AE;
}
</style>