Shades of Beeswax #ECD9AF
Tints of Beeswax #ECD9AF
RGB
CMYK
RGB Variations
Color information
#ECD9AF (or 0xECD9AF) is known color: Beeswax. HEX triplet: EC, D9 and AF. RGB value is (236,217,175). Sum of RGB (Red+Green+Blue) = 236+217+175=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD9AF is #132650. Grayscale: #DADADA. Windows color (decimal): -1254993 or 11524588. OLE color: 11524588.
HSL color Cylindrical-coordinate representation of color #ECD9AF: hue angle of 41.31º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECD9AF is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 175 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.07 |
| HSL | 41.31º | 0.62% | 0.81% | - |
| HSV(B) | 41.31º | 0.26% | 0.93% | - |
| XYZ | 67.14 | 70.55 | 50.64 | - |
| YUV | 217.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 175 | 0 | 0.08 | 0.26 | 0.07 | 41.31 | 0.62 | 0.81 |
| Hex | EC | D9 | AF | 0 | 8 | 1A | 7 | 29 | 3E | 51 |
| Octal | 354 | 331 | 257 | 0 | 10 | 32 | 7 | 51 | 76 | 121 |
| Binary | 11101100 | 11011001 | 10101111 | 0 | 1000 | 11010 | 111 | 101001 | 111110 | 1010001 |
Color Harmonies of #ECD9AF
Complementary color
Monochromatic Colors of #ECD9AF
Black with #ECD9AF
Text Example
Text Example
White with #ECD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9AF; }
p { color: rgb(236,217,175); }
H1.HeaderClassName
{
color: #ECD9AF;
}
.AnyTagClassName
{
color: #ECD9AF;
}
</style>
background-color css
<style>
a { background-color: #ECD9AF; }
a { background-color: rgb(236,217,175); }
div.DivClassName
{
background-color: #ECD9AF;
}
.BgClassName
{
background-color: #ECD9AF;
}
</style>
border-color css
<style>
span { border-color: #ECD9AF; }
span { border-color: rgb(236,217,175); }
td.TdClassName
{
border-color: #ECD9AF;
}
.TagClassName
{
border-color: #ECD9AF;
}
</style>