Shades of Beeswax #ECD8AA
Tints of Beeswax #ECD8AA
RGB
CMYK
RGB Variations
Color information
#ECD8AA (or 0xECD8AA) is known color: Beeswax. HEX triplet: EC, D8 and AA. RGB value is (236,216,170). Sum of RGB (Red+Green+Blue) = 236+216+170=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8AA is #132755. Grayscale: #D8D8D8. Windows color (decimal): -1255254 or 11196652. OLE color: 11196652.
HSL color Cylindrical-coordinate representation of color #ECD8AA: hue angle of 41.82º 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 #ECD8AA is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 170 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.07 |
| HSL | 41.82º | 0.63% | 0.8% | - |
| HSV(B) | 41.82º | 0.28% | 0.93% | - |
| XYZ | 66.4 | 69.85 | 48.01 | - |
| YUV | 216.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 170 | 0 | 0.08 | 0.28 | 0.07 | 41.82 | 0.63 | 0.8 |
| Hex | EC | D8 | AA | 0 | 8 | 1C | 7 | 2A | 3F | 50 |
| Octal | 354 | 330 | 252 | 0 | 10 | 34 | 7 | 52 | 77 | 120 |
| Binary | 11101100 | 11011000 | 10101010 | 0 | 1000 | 11100 | 111 | 101010 | 111111 | 1010000 |
Color Harmonies of #ECD8AA
Complementary color
Monochromatic Colors of #ECD8AA
Black with #ECD8AA
Text Example
Text Example
White with #ECD8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8AA; }
p { color: rgb(236,216,170); }
H1.HeaderClassName
{
color: #ECD8AA;
}
.AnyTagClassName
{
color: #ECD8AA;
}
</style>
background-color css
<style>
a { background-color: #ECD8AA; }
a { background-color: rgb(236,216,170); }
div.DivClassName
{
background-color: #ECD8AA;
}
.BgClassName
{
background-color: #ECD8AA;
}
</style>
border-color css
<style>
span { border-color: #ECD8AA; }
span { border-color: rgb(236,216,170); }
td.TdClassName
{
border-color: #ECD8AA;
}
.TagClassName
{
border-color: #ECD8AA;
}
</style>