Shades of Beeswax #E7D8B4
Tints of Beeswax #E7D8B4
RGB
CMYK
RGB Variations
Color information
#E7D8B4 (or 0xE7D8B4) is known color: Beeswax. HEX triplet: E7, D8 and B4. RGB value is (231,216,180). Sum of RGB (Red+Green+Blue) = 231+216+180=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8B4 is #18274B. Grayscale: #D8D8D8. Windows color (decimal): -1582924 or 11852007. OLE color: 11852007.
HSL color Cylindrical-coordinate representation of color #E7D8B4: hue angle of 42.35º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7D8B4 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 180 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.09 |
| HSL | 42.35º | 0.52% | 0.81% | - |
| HSV(B) | 42.35º | 0.22% | 0.91% | - |
| XYZ | 65.75 | 69.4 | 53.11 | - |
| YUV | 216.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 180 | 0 | 0.06 | 0.22 | 0.09 | 42.35 | 0.52 | 0.81 |
| Hex | E7 | D8 | B4 | 0 | 6 | 16 | 9 | 2A | 34 | 51 |
| Octal | 347 | 330 | 264 | 0 | 6 | 26 | 11 | 52 | 64 | 121 |
| Binary | 11100111 | 11011000 | 10110100 | 0 | 110 | 10110 | 1001 | 101010 | 110100 | 1010001 |
Color Harmonies of #E7D8B4
Complementary color
Monochromatic Colors of #E7D8B4
Black with #E7D8B4
Text Example
Text Example
White with #E7D8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8B4; }
p { color: rgb(231,216,180); }
H1.HeaderClassName
{
color: #E7D8B4;
}
.AnyTagClassName
{
color: #E7D8B4;
}
</style>
background-color css
<style>
a { background-color: #E7D8B4; }
a { background-color: rgb(231,216,180); }
div.DivClassName
{
background-color: #E7D8B4;
}
.BgClassName
{
background-color: #E7D8B4;
}
</style>
border-color css
<style>
span { border-color: #E7D8B4; }
span { border-color: rgb(231,216,180); }
td.TdClassName
{
border-color: #E7D8B4;
}
.TagClassName
{
border-color: #E7D8B4;
}
</style>