Shades of Beeswax #E5D6B2
Tints of Beeswax #E5D6B2
RGB
CMYK
RGB Variations
Color information
#E5D6B2 (or 0xE5D6B2) is known color: Beeswax. HEX triplet: E5, D6 and B2. RGB value is (229,214,178). Sum of RGB (Red+Green+Blue) = 229+214+178=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D6B2 is #1A294D. Grayscale: #D6D6D6. Windows color (decimal): -1714510 or 11720421. OLE color: 11720421.
HSL color Cylindrical-coordinate representation of color #E5D6B2: hue angle of 42.35º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5D6B2 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 178 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.10 |
| HSL | 42.35º | 0.5% | 0.8% | - |
| HSV(B) | 42.35º | 0.22% | 0.9% | - |
| XYZ | 64.4 | 67.97 | 51.84 | - |
| YUV | 214.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 178 | 0 | 0.07 | 0.22 | 0.10 | 42.35 | 0.5 | 0.8 |
| Hex | E5 | D6 | B2 | 0 | 7 | 16 | A | 2A | 32 | 50 |
| Octal | 345 | 326 | 262 | 0 | 7 | 26 | 12 | 52 | 62 | 120 |
| Binary | 11100101 | 11010110 | 10110010 | 0 | 111 | 10110 | 1010 | 101010 | 110010 | 1010000 |
Color Harmonies of #E5D6B2
Complementary color
Monochromatic Colors of #E5D6B2
Black with #E5D6B2
Text Example
Text Example
White with #E5D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6B2; }
p { color: rgb(229,214,178); }
H1.HeaderClassName
{
color: #E5D6B2;
}
.AnyTagClassName
{
color: #E5D6B2;
}
</style>
background-color css
<style>
a { background-color: #E5D6B2; }
a { background-color: rgb(229,214,178); }
div.DivClassName
{
background-color: #E5D6B2;
}
.BgClassName
{
background-color: #E5D6B2;
}
</style>
border-color css
<style>
span { border-color: #E5D6B2; }
span { border-color: rgb(229,214,178); }
td.TdClassName
{
border-color: #E5D6B2;
}
.TagClassName
{
border-color: #E5D6B2;
}
</style>