Shades of Beeswax #ECD9AD
Tints of Beeswax #ECD9AD
RGB
CMYK
RGB Variations
Color information
#ECD9AD (or 0xECD9AD) is known color: Beeswax. HEX triplet: EC, D9 and AD. RGB value is (236,217,173). Sum of RGB (Red+Green+Blue) = 236+217+173=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD9AD is #132652. Grayscale: #D9D9D9. Windows color (decimal): -1254995 or 11393516. OLE color: 11393516.
HSL color Cylindrical-coordinate representation of color #ECD9AD: hue angle of 41.9º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECD9AD is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 173 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.07 |
| HSL | 41.9º | 0.62% | 0.8% | - |
| HSV(B) | 41.9º | 0.27% | 0.93% | - |
| XYZ | 66.95 | 70.48 | 49.61 | - |
| YUV | 217.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 173 | 0 | 0.08 | 0.27 | 0.07 | 41.9 | 0.62 | 0.8 |
| Hex | EC | D9 | AD | 0 | 8 | 1B | 7 | 2A | 3E | 50 |
| Octal | 354 | 331 | 255 | 0 | 10 | 33 | 7 | 52 | 76 | 120 |
| Binary | 11101100 | 11011001 | 10101101 | 0 | 1000 | 11011 | 111 | 101010 | 111110 | 1010000 |
Color Harmonies of #ECD9AD
Complementary color
Monochromatic Colors of #ECD9AD
Black with #ECD9AD
Text Example
Text Example
White with #ECD9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9AD; }
p { color: rgb(236,217,173); }
H1.HeaderClassName
{
color: #ECD9AD;
}
.AnyTagClassName
{
color: #ECD9AD;
}
</style>
background-color css
<style>
a { background-color: #ECD9AD; }
a { background-color: rgb(236,217,173); }
div.DivClassName
{
background-color: #ECD9AD;
}
.BgClassName
{
background-color: #ECD9AD;
}
</style>
border-color css
<style>
span { border-color: #ECD9AD; }
span { border-color: rgb(236,217,173); }
td.TdClassName
{
border-color: #ECD9AD;
}
.TagClassName
{
border-color: #ECD9AD;
}
</style>