Shades of Beeswax #E4D2AA
Tints of Beeswax #E4D2AA
RGB
CMYK
RGB Variations
Color information
#E4D2AA (or 0xE4D2AA) is known color: Beeswax. HEX triplet: E4, D2 and AA. RGB value is (228,210,170). Sum of RGB (Red+Green+Blue) = 228+210+170=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D2AA is #1B2D55. Grayscale: #D2D2D2. Windows color (decimal): -1781078 or 11195108. OLE color: 11195108.
HSL color Cylindrical-coordinate representation of color #E4D2AA: hue angle of 41.38º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4D2AA is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 210 | 170 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.11 |
| HSL | 41.38º | 0.52% | 0.78% | - |
| HSV(B) | 41.38º | 0.25% | 0.89% | - |
| XYZ | 62.3 | 65.49 | 47.39 | - |
| YUV | 210.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 210 | 170 | 0 | 0.08 | 0.25 | 0.11 | 41.38 | 0.52 | 0.78 |
| Hex | E4 | D2 | AA | 0 | 8 | 19 | B | 29 | 34 | 4E |
| Octal | 344 | 322 | 252 | 0 | 10 | 31 | 13 | 51 | 64 | 116 |
| Binary | 11100100 | 11010010 | 10101010 | 0 | 1000 | 11001 | 1011 | 101001 | 110100 | 1001110 |
Color Harmonies of #E4D2AA
Complementary color
Monochromatic Colors of #E4D2AA
Black with #E4D2AA
Text Example
Text Example
White with #E4D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D2AA; }
p { color: rgb(228,210,170); }
H1.HeaderClassName
{
color: #E4D2AA;
}
.AnyTagClassName
{
color: #E4D2AA;
}
</style>
background-color css
<style>
a { background-color: #E4D2AA; }
a { background-color: rgb(228,210,170); }
div.DivClassName
{
background-color: #E4D2AA;
}
.BgClassName
{
background-color: #E4D2AA;
}
</style>
border-color css
<style>
span { border-color: #E4D2AA; }
span { border-color: rgb(228,210,170); }
td.TdClassName
{
border-color: #E4D2AA;
}
.TagClassName
{
border-color: #E4D2AA;
}
</style>