Shades of Beeswax #ECD7A9
Tints of Beeswax #ECD7A9
RGB
CMYK
RGB Variations
Color information
#ECD7A9 (or 0xECD7A9) is known color: Beeswax. HEX triplet: EC, D7 and A9. RGB value is (236,215,169). Sum of RGB (Red+Green+Blue) = 236+215+169=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7A9 is #132856. Grayscale: #D8D8D8. Windows color (decimal): -1255511 or 11130860. OLE color: 11130860.
HSL color Cylindrical-coordinate representation of color #ECD7A9: hue angle of 41.19º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECD7A9 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 169 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.07 |
| HSL | 41.19º | 0.64% | 0.79% | - |
| HSV(B) | 41.19º | 0.28% | 0.93% | - |
| XYZ | 66.05 | 69.3 | 47.43 | - |
| YUV | 216.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 169 | 0 | 0.09 | 0.28 | 0.07 | 41.19 | 0.64 | 0.79 |
| Hex | EC | D7 | A9 | 0 | 9 | 1C | 7 | 29 | 40 | 4F |
| Octal | 354 | 327 | 251 | 0 | 11 | 34 | 7 | 51 | 100 | 117 |
| Binary | 11101100 | 11010111 | 10101001 | 0 | 1001 | 11100 | 111 | 101001 | 1000000 | 1001111 |
Color Harmonies of #ECD7A9
Complementary color
Monochromatic Colors of #ECD7A9
Black with #ECD7A9
Text Example
Text Example
White with #ECD7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7A9; }
p { color: rgb(236,215,169); }
H1.HeaderClassName
{
color: #ECD7A9;
}
.AnyTagClassName
{
color: #ECD7A9;
}
</style>
background-color css
<style>
a { background-color: #ECD7A9; }
a { background-color: rgb(236,215,169); }
div.DivClassName
{
background-color: #ECD7A9;
}
.BgClassName
{
background-color: #ECD7A9;
}
</style>
border-color css
<style>
span { border-color: #ECD7A9; }
span { border-color: rgb(236,215,169); }
td.TdClassName
{
border-color: #ECD7A9;
}
.TagClassName
{
border-color: #ECD7A9;
}
</style>