Shades of Beeswax #E1D4AF
Tints of Beeswax #E1D4AF
RGB
CMYK
RGB Variations
Color information
#E1D4AF (or 0xE1D4AF) is known color: Beeswax. HEX triplet: E1, D4 and AF. RGB value is (225,212,175). Sum of RGB (Red+Green+Blue) = 225+212+175=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D4AF is #1E2B50. Grayscale: #D3D3D3. Windows color (decimal): -1977169 or 11523297. OLE color: 11523297.
HSL color Cylindrical-coordinate representation of color #E1D4AF: hue angle of 44.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1D4AF is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 175 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.12 |
| HSL | 44.4º | 0.45% | 0.78% | - |
| HSV(B) | 44.4º | 0.22% | 0.88% | - |
| XYZ | 62.33 | 66.19 | 50.05 | - |
| YUV | 211.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 175 | 0 | 0.06 | 0.22 | 0.12 | 44.4 | 0.45 | 0.78 |
| Hex | E1 | D4 | AF | 0 | 6 | 16 | C | 2C | 2D | 4E |
| Octal | 341 | 324 | 257 | 0 | 6 | 26 | 14 | 54 | 55 | 116 |
| Binary | 11100001 | 11010100 | 10101111 | 0 | 110 | 10110 | 1100 | 101100 | 101101 | 1001110 |
Color Harmonies of #E1D4AF
Complementary color
Monochromatic Colors of #E1D4AF
Black with #E1D4AF
Text Example
Text Example
White with #E1D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4AF; }
p { color: rgb(225,212,175); }
H1.HeaderClassName
{
color: #E1D4AF;
}
.AnyTagClassName
{
color: #E1D4AF;
}
</style>
background-color css
<style>
a { background-color: #E1D4AF; }
a { background-color: rgb(225,212,175); }
div.DivClassName
{
background-color: #E1D4AF;
}
.BgClassName
{
background-color: #E1D4AF;
}
</style>
border-color css
<style>
span { border-color: #E1D4AF; }
span { border-color: rgb(225,212,175); }
td.TdClassName
{
border-color: #E1D4AF;
}
.TagClassName
{
border-color: #E1D4AF;
}
</style>