Shades of Beeswax #EEDAAD
Tints of Beeswax #EEDAAD
RGB
CMYK
RGB Variations
Color information
#EEDAAD (or 0xEEDAAD) is known color: Beeswax. HEX triplet: EE, DA and AD. RGB value is (238,218,173). Sum of RGB (Red+Green+Blue) = 238+218+173=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAAD is #112552. Grayscale: #DBDBDB. Windows color (decimal): -1123667 or 11393774. OLE color: 11393774.
HSL color Cylindrical-coordinate representation of color #EEDAAD: hue angle of 41.54º 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 #EEDAAD is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 173 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.07 |
| HSL | 41.54º | 0.66% | 0.81% | - |
| HSV(B) | 41.54º | 0.27% | 0.93% | - |
| XYZ | 67.87 | 71.34 | 49.73 | - |
| YUV | 218.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 173 | 0 | 0.08 | 0.27 | 0.07 | 41.54 | 0.66 | 0.81 |
| Hex | EE | DA | AD | 0 | 8 | 1B | 7 | 2A | 42 | 51 |
| Octal | 356 | 332 | 255 | 0 | 10 | 33 | 7 | 52 | 102 | 121 |
| Binary | 11101110 | 11011010 | 10101101 | 0 | 1000 | 11011 | 111 | 101010 | 1000010 | 1010001 |
Color Harmonies of #EEDAAD
Complementary color
Monochromatic Colors of #EEDAAD
Black with #EEDAAD
Text Example
Text Example
White with #EEDAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAAD; }
p { color: rgb(238,218,173); }
H1.HeaderClassName
{
color: #EEDAAD;
}
.AnyTagClassName
{
color: #EEDAAD;
}
</style>
background-color css
<style>
a { background-color: #EEDAAD; }
a { background-color: rgb(238,218,173); }
div.DivClassName
{
background-color: #EEDAAD;
}
.BgClassName
{
background-color: #EEDAAD;
}
</style>
border-color css
<style>
span { border-color: #EEDAAD; }
span { border-color: rgb(238,218,173); }
td.TdClassName
{
border-color: #EEDAAD;
}
.TagClassName
{
border-color: #EEDAAD;
}
</style>