Shades of Beeswax #EEDAAB
Tints of Beeswax #EEDAAB
RGB
CMYK
RGB Variations
Color information
#EEDAAB (or 0xEEDAAB) is known color: Beeswax. HEX triplet: EE, DA and AB. RGB value is (238,218,171). Sum of RGB (Red+Green+Blue) = 238+218+171=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAAB is #112554. Grayscale: #DADADA. Windows color (decimal): -1123669 or 11262702. OLE color: 11262702.
HSL color Cylindrical-coordinate representation of color #EEDAAB: hue angle of 42.09º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEDAAB is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 171 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.07 |
| HSL | 42.09º | 0.66% | 0.8% | - |
| HSV(B) | 42.09º | 0.28% | 0.93% | - |
| XYZ | 67.68 | 71.26 | 48.72 | - |
| YUV | 218.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 171 | 0 | 0.08 | 0.28 | 0.07 | 42.09 | 0.66 | 0.8 |
| Hex | EE | DA | AB | 0 | 8 | 1C | 7 | 2A | 42 | 50 |
| Octal | 356 | 332 | 253 | 0 | 10 | 34 | 7 | 52 | 102 | 120 |
| Binary | 11101110 | 11011010 | 10101011 | 0 | 1000 | 11100 | 111 | 101010 | 1000010 | 1010000 |
Color Harmonies of #EEDAAB
Complementary color
Monochromatic Colors of #EEDAAB
Black with #EEDAAB
Text Example
Text Example
White with #EEDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAAB; }
p { color: rgb(238,218,171); }
H1.HeaderClassName
{
color: #EEDAAB;
}
.AnyTagClassName
{
color: #EEDAAB;
}
</style>
background-color css
<style>
a { background-color: #EEDAAB; }
a { background-color: rgb(238,218,171); }
div.DivClassName
{
background-color: #EEDAAB;
}
.BgClassName
{
background-color: #EEDAAB;
}
</style>
border-color css
<style>
span { border-color: #EEDAAB; }
span { border-color: rgb(238,218,171); }
td.TdClassName
{
border-color: #EEDAAB;
}
.TagClassName
{
border-color: #EEDAAB;
}
</style>