Shades of Beeswax #E7D4AC
Tints of Beeswax #E7D4AC
RGB
CMYK
RGB Variations
Color information
#E7D4AC (or 0xE7D4AC) is known color: Beeswax. HEX triplet: E7, D4 and AC. RGB value is (231,212,172). Sum of RGB (Red+Green+Blue) = 231+212+172=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D4AC is #182B53. Grayscale: #D5D5D5. Windows color (decimal): -1583956 or 11326695. OLE color: 11326695.
HSL color Cylindrical-coordinate representation of color #E7D4AC: hue angle of 40.68º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7D4AC is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 212 | 172 | - |
CMYK | 0 | 0.08 | 0.26 | 0.09 |
HSL | 40.68º | 0.55% | 0.79% | - |
HSV(B) | 40.68º | 0.26% | 0.91% | - |
XYZ | 63.94 | 67.05 | 48.6 | - |
YUV | 213.12 | 104.79 | 140.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 212 | 172 | 0 | 0.08 | 0.26 | 0.09 | 40.68 | 0.55 | 0.79 |
Hex | E7 | D4 | AC | 0 | 8 | 1A | 9 | 29 | 37 | 4F |
Octal | 347 | 324 | 254 | 0 | 10 | 32 | 11 | 51 | 67 | 117 |
Binary | 11100111 | 11010100 | 10101100 | 0 | 1000 | 11010 | 1001 | 101001 | 110111 | 1001111 |
Color Harmonies of #E7D4AC
Complementary color
Monochromatic Colors of #E7D4AC
Black with #E7D4AC
Text Example
Text Example
White with #E7D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4AC; }
p { color: rgb(231,212,172); }
H1.HeaderClassName
{
color: #E7D4AC;
}
.AnyTagClassName
{
color: #E7D4AC;
}
</style>
background-color css
<style>
a { background-color: #E7D4AC; }
a { background-color: rgb(231,212,172); }
div.DivClassName
{
background-color: #E7D4AC;
}
.BgClassName
{
background-color: #E7D4AC;
}
</style>
border-color css
<style>
span { border-color: #E7D4AC; }
span { border-color: rgb(231,212,172); }
td.TdClassName
{
border-color: #E7D4AC;
}
.TagClassName
{
border-color: #E7D4AC;
}
</style>