Shades of Beeswax #EED9AD
Tints of Beeswax #EED9AD
RGB
CMYK
RGB Variations
Color information
#EED9AD (or 0xEED9AD) is known color: Beeswax. HEX triplet: EE, D9 and AD. RGB value is (238,217,173). Sum of RGB (Red+Green+Blue) = 238+217+173=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED9AD is #112652. Grayscale: #DADADA. Windows color (decimal): -1123923 or 11393518. OLE color: 11393518.
HSL color Cylindrical-coordinate representation of color #EED9AD: hue angle of 40.62º degrees, saturation: 0.66, 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 #EED9AD is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 173 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.07 |
| HSL | 40.62º | 0.66% | 0.81% | - |
| HSV(B) | 40.62º | 0.27% | 0.93% | - |
| XYZ | 67.62 | 70.82 | 49.64 | - |
| YUV | 218.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 173 | 0 | 0.09 | 0.27 | 0.07 | 40.62 | 0.66 | 0.81 |
| Hex | EE | D9 | AD | 0 | 9 | 1B | 7 | 29 | 42 | 51 |
| Octal | 356 | 331 | 255 | 0 | 11 | 33 | 7 | 51 | 102 | 121 |
| Binary | 11101110 | 11011001 | 10101101 | 0 | 1001 | 11011 | 111 | 101001 | 1000010 | 1010001 |
Color Harmonies of #EED9AD
Complementary color
Monochromatic Colors of #EED9AD
Black with #EED9AD
Text Example
Text Example
White with #EED9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9AD; }
p { color: rgb(238,217,173); }
H1.HeaderClassName
{
color: #EED9AD;
}
.AnyTagClassName
{
color: #EED9AD;
}
</style>
background-color css
<style>
a { background-color: #EED9AD; }
a { background-color: rgb(238,217,173); }
div.DivClassName
{
background-color: #EED9AD;
}
.BgClassName
{
background-color: #EED9AD;
}
</style>
border-color css
<style>
span { border-color: #EED9AD; }
span { border-color: rgb(238,217,173); }
td.TdClassName
{
border-color: #EED9AD;
}
.TagClassName
{
border-color: #EED9AD;
}
</style>