Shades of Beeswax #ECD8AB
Tints of Beeswax #ECD8AB
RGB
CMYK
RGB Variations
Color information
#ECD8AB (or 0xECD8AB) is known color: Beeswax. HEX triplet: EC, D8 and AB. RGB value is (236,216,171). Sum of RGB (Red+Green+Blue) = 236+216+171=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8AB is #132754. Grayscale: #D9D9D9. Windows color (decimal): -1255253 or 11262188. OLE color: 11262188.
HSL color Cylindrical-coordinate representation of color #ECD8AB: hue angle of 41.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECD8AB is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 171 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.07 |
| HSL | 41.54º | 0.63% | 0.8% | - |
| HSV(B) | 41.54º | 0.28% | 0.93% | - |
| XYZ | 66.5 | 69.88 | 48.51 | - |
| YUV | 216.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 171 | 0 | 0.08 | 0.28 | 0.07 | 41.54 | 0.63 | 0.8 |
| Hex | EC | D8 | AB | 0 | 8 | 1C | 7 | 2A | 3F | 50 |
| Octal | 354 | 330 | 253 | 0 | 10 | 34 | 7 | 52 | 77 | 120 |
| Binary | 11101100 | 11011000 | 10101011 | 0 | 1000 | 11100 | 111 | 101010 | 111111 | 1010000 |
Color Harmonies of #ECD8AB
Complementary color
Monochromatic Colors of #ECD8AB
Black with #ECD8AB
Text Example
Text Example
White with #ECD8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8AB; }
p { color: rgb(236,216,171); }
H1.HeaderClassName
{
color: #ECD8AB;
}
.AnyTagClassName
{
color: #ECD8AB;
}
</style>
background-color css
<style>
a { background-color: #ECD8AB; }
a { background-color: rgb(236,216,171); }
div.DivClassName
{
background-color: #ECD8AB;
}
.BgClassName
{
background-color: #ECD8AB;
}
</style>
border-color css
<style>
span { border-color: #ECD8AB; }
span { border-color: rgb(236,216,171); }
td.TdClassName
{
border-color: #ECD8AB;
}
.TagClassName
{
border-color: #ECD8AB;
}
</style>