Shades of Beeswax #E5D4AC
Tints of Beeswax #E5D4AC
RGB
CMYK
RGB Variations
Color information
#E5D4AC (or 0xE5D4AC) is known color: Beeswax. HEX triplet: E5, D4 and AC. RGB value is (229,212,172). Sum of RGB (Red+Green+Blue) = 229+212+172=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D4AC is #1A2B53. Grayscale: #D4D4D4. Windows color (decimal): -1715028 or 11326693. OLE color: 11326693.
HSL color Cylindrical-coordinate representation of color #E5D4AC: hue angle of 42.11º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5D4AC is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 212 | 172 | - |
CMYK | 0 | 0.07 | 0.25 | 0.10 |
HSL | 42.11º | 0.52% | 0.79% | - |
HSV(B) | 42.11º | 0.25% | 0.9% | - |
XYZ | 63.3 | 66.72 | 48.57 | - |
YUV | 212.52 | 105.13 | 139.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 212 | 172 | 0 | 0.07 | 0.25 | 0.10 | 42.11 | 0.52 | 0.79 |
Hex | E5 | D4 | AC | 0 | 7 | 19 | A | 2A | 34 | 4F |
Octal | 345 | 324 | 254 | 0 | 7 | 31 | 12 | 52 | 64 | 117 |
Binary | 11100101 | 11010100 | 10101100 | 0 | 111 | 11001 | 1010 | 101010 | 110100 | 1001111 |
Color Harmonies of #E5D4AC
Complementary color
Monochromatic Colors of #E5D4AC
Black with #E5D4AC
Text Example
Text Example
White with #E5D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4AC; }
p { color: rgb(229,212,172); }
H1.HeaderClassName
{
color: #E5D4AC;
}
.AnyTagClassName
{
color: #E5D4AC;
}
</style>
background-color css
<style>
a { background-color: #E5D4AC; }
a { background-color: rgb(229,212,172); }
div.DivClassName
{
background-color: #E5D4AC;
}
.BgClassName
{
background-color: #E5D4AC;
}
</style>
border-color css
<style>
span { border-color: #E5D4AC; }
span { border-color: rgb(229,212,172); }
td.TdClassName
{
border-color: #E5D4AC;
}
.TagClassName
{
border-color: #E5D4AC;
}
</style>