Shades of Beeswax #E7D2A9
Tints of Beeswax #E7D2A9
RGB
CMYK
RGB Variations
Color information
#E7D2A9 (or 0xE7D2A9) is known color: Beeswax. HEX triplet: E7, D2 and A9. RGB value is (231,210,169). Sum of RGB (Red+Green+Blue) = 231+210+169=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D2A9 is #182D56. Grayscale: #D3D3D3. Windows color (decimal): -1584471 or 11129575. OLE color: 11129575.
HSL color Cylindrical-coordinate representation of color #E7D2A9: hue angle of 39.68º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7D2A9 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 169 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.09 |
| HSL | 39.68º | 0.56% | 0.78% | - |
| HSV(B) | 39.68º | 0.27% | 0.91% | - |
| XYZ | 63.16 | 65.95 | 46.94 | - |
| YUV | 211.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 169 | 0 | 0.09 | 0.27 | 0.09 | 39.68 | 0.56 | 0.78 |
| Hex | E7 | D2 | A9 | 0 | 9 | 1B | 9 | 28 | 38 | 4E |
| Octal | 347 | 322 | 251 | 0 | 11 | 33 | 11 | 50 | 70 | 116 |
| Binary | 11100111 | 11010010 | 10101001 | 0 | 1001 | 11011 | 1001 | 101000 | 111000 | 1001110 |
Color Harmonies of #E7D2A9
Complementary color
Monochromatic Colors of #E7D2A9
Black with #E7D2A9
Text Example
Text Example
White with #E7D2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2A9; }
p { color: rgb(231,210,169); }
H1.HeaderClassName
{
color: #E7D2A9;
}
.AnyTagClassName
{
color: #E7D2A9;
}
</style>
background-color css
<style>
a { background-color: #E7D2A9; }
a { background-color: rgb(231,210,169); }
div.DivClassName
{
background-color: #E7D2A9;
}
.BgClassName
{
background-color: #E7D2A9;
}
</style>
border-color css
<style>
span { border-color: #E7D2A9; }
span { border-color: rgb(231,210,169); }
td.TdClassName
{
border-color: #E7D2A9;
}
.TagClassName
{
border-color: #E7D2A9;
}
</style>