Shades of Beeswax #ECD8AD
Tints of Beeswax #ECD8AD
RGB
CMYK
RGB Variations
Color information
#ECD8AD (or 0xECD8AD) is known color: Beeswax. HEX triplet: EC, D8 and AD. RGB value is (236,216,173). Sum of RGB (Red+Green+Blue) = 236+216+173=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8AD is #132752. Grayscale: #D9D9D9. Windows color (decimal): -1255251 or 11393260. OLE color: 11393260.
HSL color Cylindrical-coordinate representation of color #ECD8AD: hue angle of 40.95º 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 #ECD8AD is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 173 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.07 |
| HSL | 40.95º | 0.62% | 0.8% | - |
| HSV(B) | 40.95º | 0.27% | 0.93% | - |
| XYZ | 66.69 | 69.96 | 49.52 | - |
| YUV | 217.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 173 | 0 | 0.08 | 0.27 | 0.07 | 40.95 | 0.62 | 0.8 |
| Hex | EC | D8 | AD | 0 | 8 | 1B | 7 | 29 | 3E | 50 |
| Octal | 354 | 330 | 255 | 0 | 10 | 33 | 7 | 51 | 76 | 120 |
| Binary | 11101100 | 11011000 | 10101101 | 0 | 1000 | 11011 | 111 | 101001 | 111110 | 1010000 |
Color Harmonies of #ECD8AD
Complementary color
Monochromatic Colors of #ECD8AD
Black with #ECD8AD
Text Example
Text Example
White with #ECD8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8AD; }
p { color: rgb(236,216,173); }
H1.HeaderClassName
{
color: #ECD8AD;
}
.AnyTagClassName
{
color: #ECD8AD;
}
</style>
background-color css
<style>
a { background-color: #ECD8AD; }
a { background-color: rgb(236,216,173); }
div.DivClassName
{
background-color: #ECD8AD;
}
.BgClassName
{
background-color: #ECD8AD;
}
</style>
border-color css
<style>
span { border-color: #ECD8AD; }
span { border-color: rgb(236,216,173); }
td.TdClassName
{
border-color: #ECD8AD;
}
.TagClassName
{
border-color: #ECD8AD;
}
</style>