Shades of Beeswax #ECD8AE
Tints of Beeswax #ECD8AE
RGB
CMYK
RGB Variations
Color information
#ECD8AE (or 0xECD8AE) is known color: Beeswax. HEX triplet: EC, D8 and AE. RGB value is (236,216,174). Sum of RGB (Red+Green+Blue) = 236+216+174=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8AE is #132751. Grayscale: #D9D9D9. Windows color (decimal): -1255250 or 11458796. OLE color: 11458796.
HSL color Cylindrical-coordinate representation of color #ECD8AE: hue angle of 40.65º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECD8AE is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 174 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.07 |
| HSL | 40.65º | 0.62% | 0.8% | - |
| HSV(B) | 40.65º | 0.26% | 0.93% | - |
| XYZ | 66.79 | 70 | 50.04 | - |
| YUV | 217.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 174 | 0 | 0.08 | 0.26 | 0.07 | 40.65 | 0.62 | 0.8 |
| Hex | EC | D8 | AE | 0 | 8 | 1A | 7 | 29 | 3E | 50 |
| Octal | 354 | 330 | 256 | 0 | 10 | 32 | 7 | 51 | 76 | 120 |
| Binary | 11101100 | 11011000 | 10101110 | 0 | 1000 | 11010 | 111 | 101001 | 111110 | 1010000 |
Color Harmonies of #ECD8AE
Complementary color
Monochromatic Colors of #ECD8AE
Black with #ECD8AE
Text Example
Text Example
White with #ECD8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8AE; }
p { color: rgb(236,216,174); }
H1.HeaderClassName
{
color: #ECD8AE;
}
.AnyTagClassName
{
color: #ECD8AE;
}
</style>
background-color css
<style>
a { background-color: #ECD8AE; }
a { background-color: rgb(236,216,174); }
div.DivClassName
{
background-color: #ECD8AE;
}
.BgClassName
{
background-color: #ECD8AE;
}
</style>
border-color css
<style>
span { border-color: #ECD8AE; }
span { border-color: rgb(236,216,174); }
td.TdClassName
{
border-color: #ECD8AE;
}
.TagClassName
{
border-color: #ECD8AE;
}
</style>