Shades of Beeswax #EDD9AE
Tints of Beeswax #EDD9AE
RGB
CMYK
RGB Variations
Color information
#EDD9AE (or 0xEDD9AE) is known color: Beeswax. HEX triplet: ED, D9 and AE. RGB value is (237,217,174). Sum of RGB (Red+Green+Blue) = 237+217+174=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9AE is #122651. Grayscale: #DADADA. Windows color (decimal): -1189458 or 11459053. OLE color: 11459053.
HSL color Cylindrical-coordinate representation of color #EDD9AE: hue angle of 40.95º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDD9AE is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 174 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.07 |
| HSL | 40.95º | 0.64% | 0.81% | - |
| HSV(B) | 40.95º | 0.27% | 0.93% | - |
| XYZ | 67.38 | 70.69 | 50.14 | - |
| YUV | 218.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 174 | 0 | 0.08 | 0.27 | 0.07 | 40.95 | 0.64 | 0.81 |
| Hex | ED | D9 | AE | 0 | 8 | 1B | 7 | 29 | 40 | 51 |
| Octal | 355 | 331 | 256 | 0 | 10 | 33 | 7 | 51 | 100 | 121 |
| Binary | 11101101 | 11011001 | 10101110 | 0 | 1000 | 11011 | 111 | 101001 | 1000000 | 1010001 |
Color Harmonies of #EDD9AE
Complementary color
Monochromatic Colors of #EDD9AE
Black with #EDD9AE
Text Example
Text Example
White with #EDD9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9AE; }
p { color: rgb(237,217,174); }
H1.HeaderClassName
{
color: #EDD9AE;
}
.AnyTagClassName
{
color: #EDD9AE;
}
</style>
background-color css
<style>
a { background-color: #EDD9AE; }
a { background-color: rgb(237,217,174); }
div.DivClassName
{
background-color: #EDD9AE;
}
.BgClassName
{
background-color: #EDD9AE;
}
</style>
border-color css
<style>
span { border-color: #EDD9AE; }
span { border-color: rgb(237,217,174); }
td.TdClassName
{
border-color: #EDD9AE;
}
.TagClassName
{
border-color: #EDD9AE;
}
</style>