Shades of Beeswax #EEDAAE
Tints of Beeswax #EEDAAE
RGB
CMYK
RGB Variations
Color information
#EEDAAE (or 0xEEDAAE) is known color: Beeswax. HEX triplet: EE, DA and AE. RGB value is (238,218,174). Sum of RGB (Red+Green+Blue) = 238+218+174=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAAE is #112551. Grayscale: #DBDBDB. Windows color (decimal): -1123666 or 11459310. OLE color: 11459310.
HSL color Cylindrical-coordinate representation of color #EEDAAE: hue angle of 41.25º degrees, saturation: 0.65, 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 #EEDAAE is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 174 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.07 |
| HSL | 41.25º | 0.65% | 0.81% | - |
| HSV(B) | 41.25º | 0.27% | 0.93% | - |
| XYZ | 67.97 | 71.38 | 50.24 | - |
| YUV | 218.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 174 | 0 | 0.08 | 0.27 | 0.07 | 41.25 | 0.65 | 0.81 |
| Hex | EE | DA | AE | 0 | 8 | 1B | 7 | 29 | 41 | 51 |
| Octal | 356 | 332 | 256 | 0 | 10 | 33 | 7 | 51 | 101 | 121 |
| Binary | 11101110 | 11011010 | 10101110 | 0 | 1000 | 11011 | 111 | 101001 | 1000001 | 1010001 |
Color Harmonies of #EEDAAE
Complementary color
Monochromatic Colors of #EEDAAE
Black with #EEDAAE
Text Example
Text Example
White with #EEDAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAAE; }
p { color: rgb(238,218,174); }
H1.HeaderClassName
{
color: #EEDAAE;
}
.AnyTagClassName
{
color: #EEDAAE;
}
</style>
background-color css
<style>
a { background-color: #EEDAAE; }
a { background-color: rgb(238,218,174); }
div.DivClassName
{
background-color: #EEDAAE;
}
.BgClassName
{
background-color: #EEDAAE;
}
</style>
border-color css
<style>
span { border-color: #EEDAAE; }
span { border-color: rgb(238,218,174); }
td.TdClassName
{
border-color: #EEDAAE;
}
.TagClassName
{
border-color: #EEDAAE;
}
</style>