Shades of Beeswax #EEDAAA
Tints of Beeswax #EEDAAA
RGB
CMYK
RGB Variations
Color information
#EEDAAA (or 0xEEDAAA) is known color: Beeswax. HEX triplet: EE, DA and AA. RGB value is (238,218,170). Sum of RGB (Red+Green+Blue) = 238+218+170=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAAA is #112555. Grayscale: #DADADA. Windows color (decimal): -1123670 or 11197166. OLE color: 11197166.
HSL color Cylindrical-coordinate representation of color #EEDAAA: hue angle of 42.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEDAAA is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 170 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.07 |
| HSL | 42.35º | 0.67% | 0.8% | - |
| HSV(B) | 42.35º | 0.29% | 0.93% | - |
| XYZ | 67.59 | 71.22 | 48.22 | - |
| YUV | 218.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 170 | 0 | 0.08 | 0.29 | 0.07 | 42.35 | 0.67 | 0.8 |
| Hex | EE | DA | AA | 0 | 8 | 1D | 7 | 2A | 43 | 50 |
| Octal | 356 | 332 | 252 | 0 | 10 | 35 | 7 | 52 | 103 | 120 |
| Binary | 11101110 | 11011010 | 10101010 | 0 | 1000 | 11101 | 111 | 101010 | 1000011 | 1010000 |
Color Harmonies of #EEDAAA
Complementary color
Monochromatic Colors of #EEDAAA
Black with #EEDAAA
Text Example
Text Example
White with #EEDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAAA; }
p { color: rgb(238,218,170); }
H1.HeaderClassName
{
color: #EEDAAA;
}
.AnyTagClassName
{
color: #EEDAAA;
}
</style>
background-color css
<style>
a { background-color: #EEDAAA; }
a { background-color: rgb(238,218,170); }
div.DivClassName
{
background-color: #EEDAAA;
}
.BgClassName
{
background-color: #EEDAAA;
}
</style>
border-color css
<style>
span { border-color: #EEDAAA; }
span { border-color: rgb(238,218,170); }
td.TdClassName
{
border-color: #EEDAAA;
}
.TagClassName
{
border-color: #EEDAAA;
}
</style>