Shades of Beeswax #ECD7AC
Tints of Beeswax #ECD7AC
RGB
CMYK
RGB Variations
Color information
#ECD7AC (or 0xECD7AC) is known color: Beeswax. HEX triplet: EC, D7 and AC. RGB value is (236,215,172). Sum of RGB (Red+Green+Blue) = 236+215+172=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7AC is #132853. Grayscale: #D8D8D8. Windows color (decimal): -1255508 or 11327468. OLE color: 11327468.
HSL color Cylindrical-coordinate representation of color #ECD7AC: hue angle of 40.31º degrees, saturation: 0.63, 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 #ECD7AC is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 172 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.07 |
| HSL | 40.31º | 0.63% | 0.8% | - |
| HSV(B) | 40.31º | 0.27% | 0.93% | - |
| XYZ | 66.34 | 69.41 | 48.93 | - |
| YUV | 216.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 172 | 0 | 0.09 | 0.27 | 0.07 | 40.31 | 0.63 | 0.8 |
| Hex | EC | D7 | AC | 0 | 9 | 1B | 7 | 28 | 3F | 50 |
| Octal | 354 | 327 | 254 | 0 | 11 | 33 | 7 | 50 | 77 | 120 |
| Binary | 11101100 | 11010111 | 10101100 | 0 | 1001 | 11011 | 111 | 101000 | 111111 | 1010000 |
Color Harmonies of #ECD7AC
Complementary color
Monochromatic Colors of #ECD7AC
Black with #ECD7AC
Text Example
Text Example
White with #ECD7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7AC; }
p { color: rgb(236,215,172); }
H1.HeaderClassName
{
color: #ECD7AC;
}
.AnyTagClassName
{
color: #ECD7AC;
}
</style>
background-color css
<style>
a { background-color: #ECD7AC; }
a { background-color: rgb(236,215,172); }
div.DivClassName
{
background-color: #ECD7AC;
}
.BgClassName
{
background-color: #ECD7AC;
}
</style>
border-color css
<style>
span { border-color: #ECD7AC; }
span { border-color: rgb(236,215,172); }
td.TdClassName
{
border-color: #ECD7AC;
}
.TagClassName
{
border-color: #ECD7AC;
}
</style>