Shades of Beeswax #ECD8AC
Tints of Beeswax #ECD8AC
RGB
CMYK
RGB Variations
Color information
#ECD8AC (or 0xECD8AC) is known color: Beeswax. HEX triplet: EC, D8 and AC. RGB value is (236,216,172). Sum of RGB (Red+Green+Blue) = 236+216+172=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8AC is #132753. Grayscale: #D9D9D9. Windows color (decimal): -1255252 or 11327724. OLE color: 11327724.
HSL color Cylindrical-coordinate representation of color #ECD8AC: hue angle of 41.25º 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 #ECD8AC is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 172 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.07 |
| HSL | 41.25º | 0.63% | 0.8% | - |
| HSV(B) | 41.25º | 0.27% | 0.93% | - |
| XYZ | 66.59 | 69.92 | 49.02 | - |
| YUV | 216.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 172 | 0 | 0.08 | 0.27 | 0.07 | 41.25 | 0.63 | 0.8 |
| Hex | EC | D8 | AC | 0 | 8 | 1B | 7 | 29 | 3F | 50 |
| Octal | 354 | 330 | 254 | 0 | 10 | 33 | 7 | 51 | 77 | 120 |
| Binary | 11101100 | 11011000 | 10101100 | 0 | 1000 | 11011 | 111 | 101001 | 111111 | 1010000 |
Color Harmonies of #ECD8AC
Complementary color
Monochromatic Colors of #ECD8AC
Black with #ECD8AC
Text Example
Text Example
White with #ECD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8AC; }
p { color: rgb(236,216,172); }
H1.HeaderClassName
{
color: #ECD8AC;
}
.AnyTagClassName
{
color: #ECD8AC;
}
</style>
background-color css
<style>
a { background-color: #ECD8AC; }
a { background-color: rgb(236,216,172); }
div.DivClassName
{
background-color: #ECD8AC;
}
.BgClassName
{
background-color: #ECD8AC;
}
</style>
border-color css
<style>
span { border-color: #ECD8AC; }
span { border-color: rgb(236,216,172); }
td.TdClassName
{
border-color: #ECD8AC;
}
.TagClassName
{
border-color: #ECD8AC;
}
</style>