Shades of Beeswax #EDDBAF
Tints of Beeswax #EDDBAF
RGB
CMYK
RGB Variations
Color information
#EDDBAF (or 0xEDDBAF) is known color: Beeswax. HEX triplet: ED, DB and AF. RGB value is (237,219,175). Sum of RGB (Red+Green+Blue) = 237+219+175=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBAF is #122450. Grayscale: #DBDBDB. Windows color (decimal): -1188945 or 11525101. OLE color: 11525101.
HSL color Cylindrical-coordinate representation of color #EDDBAF: hue angle of 42.58º degrees, saturation: 0.63, 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 #EDDBAF is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 175 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.07 |
| HSL | 42.58º | 0.63% | 0.81% | - |
| HSV(B) | 42.58º | 0.26% | 0.93% | - |
| XYZ | 67.99 | 71.76 | 50.83 | - |
| YUV | 219.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 175 | 0 | 0.08 | 0.26 | 0.07 | 42.58 | 0.63 | 0.81 |
| Hex | ED | DB | AF | 0 | 8 | 1A | 7 | 2B | 3F | 51 |
| Octal | 355 | 333 | 257 | 0 | 10 | 32 | 7 | 53 | 77 | 121 |
| Binary | 11101101 | 11011011 | 10101111 | 0 | 1000 | 11010 | 111 | 101011 | 111111 | 1010001 |
Color Harmonies of #EDDBAF
Complementary color
Monochromatic Colors of #EDDBAF
Black with #EDDBAF
Text Example
Text Example
White with #EDDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBAF; }
p { color: rgb(237,219,175); }
H1.HeaderClassName
{
color: #EDDBAF;
}
.AnyTagClassName
{
color: #EDDBAF;
}
</style>
background-color css
<style>
a { background-color: #EDDBAF; }
a { background-color: rgb(237,219,175); }
div.DivClassName
{
background-color: #EDDBAF;
}
.BgClassName
{
background-color: #EDDBAF;
}
</style>
border-color css
<style>
span { border-color: #EDDBAF; }
span { border-color: rgb(237,219,175); }
td.TdClassName
{
border-color: #EDDBAF;
}
.TagClassName
{
border-color: #EDDBAF;
}
</style>