Shades of Beeswax #E9D4AA
Tints of Beeswax #E9D4AA
RGB
CMYK
RGB Variations
Color information
#E9D4AA (or 0xE9D4AA) is known color: Beeswax. HEX triplet: E9, D4 and AA. RGB value is (233,212,170). Sum of RGB (Red+Green+Blue) = 233+212+170=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D4AA is #162B55. Grayscale: #D5D5D5. Windows color (decimal): -1452886 or 11195625. OLE color: 11195625.
HSL color Cylindrical-coordinate representation of color #E9D4AA: hue angle of 40º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9D4AA is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 170 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.09 |
| HSL | 40º | 0.59% | 0.79% | - |
| HSV(B) | 40º | 0.27% | 0.91% | - |
| XYZ | 64.4 | 67.31 | 47.63 | - |
| YUV | 213.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 170 | 0 | 0.09 | 0.27 | 0.09 | 40 | 0.59 | 0.79 |
| Hex | E9 | D4 | AA | 0 | 9 | 1B | 9 | 28 | 3B | 4F |
| Octal | 351 | 324 | 252 | 0 | 11 | 33 | 11 | 50 | 73 | 117 |
| Binary | 11101001 | 11010100 | 10101010 | 0 | 1001 | 11011 | 1001 | 101000 | 111011 | 1001111 |
Color Harmonies of #E9D4AA
Complementary color
Monochromatic Colors of #E9D4AA
Black with #E9D4AA
Text Example
Text Example
White with #E9D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D4AA; }
p { color: rgb(233,212,170); }
H1.HeaderClassName
{
color: #E9D4AA;
}
.AnyTagClassName
{
color: #E9D4AA;
}
</style>
background-color css
<style>
a { background-color: #E9D4AA; }
a { background-color: rgb(233,212,170); }
div.DivClassName
{
background-color: #E9D4AA;
}
.BgClassName
{
background-color: #E9D4AA;
}
</style>
border-color css
<style>
span { border-color: #E9D4AA; }
span { border-color: rgb(233,212,170); }
td.TdClassName
{
border-color: #E9D4AA;
}
.TagClassName
{
border-color: #E9D4AA;
}
</style>