Shades of Beeswax #E3D2AA
Tints of Beeswax #E3D2AA
RGB
CMYK
RGB Variations
Color information
#E3D2AA (or 0xE3D2AA) is known color: Beeswax. HEX triplet: E3, D2 and AA. RGB value is (227,210,170). Sum of RGB (Red+Green+Blue) = 227+210+170=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D2AA is #1C2D55. Grayscale: #D2D2D2. Windows color (decimal): -1846614 or 11195107. OLE color: 11195107.
HSL color Cylindrical-coordinate representation of color #E3D2AA: hue angle of 42.11º degrees, saturation: 0.5, 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 #E3D2AA is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 210 | 170 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.11 |
| HSL | 42.11º | 0.5% | 0.78% | - |
| HSV(B) | 42.11º | 0.25% | 0.89% | - |
| XYZ | 61.98 | 65.33 | 47.37 | - |
| YUV | 210.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 170 | 0 | 0.07 | 0.25 | 0.11 | 42.11 | 0.5 | 0.78 |
| Hex | E3 | D2 | AA | 0 | 7 | 19 | B | 2A | 32 | 4E |
| Octal | 343 | 322 | 252 | 0 | 7 | 31 | 13 | 52 | 62 | 116 |
| Binary | 11100011 | 11010010 | 10101010 | 0 | 111 | 11001 | 1011 | 101010 | 110010 | 1001110 |
Color Harmonies of #E3D2AA
Complementary color
Monochromatic Colors of #E3D2AA
Black with #E3D2AA
Text Example
Text Example
White with #E3D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D2AA; }
p { color: rgb(227,210,170); }
H1.HeaderClassName
{
color: #E3D2AA;
}
.AnyTagClassName
{
color: #E3D2AA;
}
</style>
background-color css
<style>
a { background-color: #E3D2AA; }
a { background-color: rgb(227,210,170); }
div.DivClassName
{
background-color: #E3D2AA;
}
.BgClassName
{
background-color: #E3D2AA;
}
</style>
border-color css
<style>
span { border-color: #E3D2AA; }
span { border-color: rgb(227,210,170); }
td.TdClassName
{
border-color: #E3D2AA;
}
.TagClassName
{
border-color: #E3D2AA;
}
</style>