Shades of Beeswax #EEDBB0
Tints of Beeswax #EEDBB0
RGB
CMYK
RGB Variations
Color information
#EEDBB0 (or 0xEEDBB0) is known color: Beeswax. HEX triplet: EE, DB and B0. RGB value is (238,219,176). Sum of RGB (Red+Green+Blue) = 238+219+176=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBB0 is #11244F. Grayscale: #DBDBDB. Windows color (decimal): -1123408 or 11590638. OLE color: 11590638.
HSL color Cylindrical-coordinate representation of color #EEDBB0: hue angle of 41.61º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEDBB0 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 176 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.07 |
| HSL | 41.61º | 0.65% | 0.81% | - |
| HSV(B) | 41.61º | 0.26% | 0.93% | - |
| XYZ | 68.43 | 71.97 | 51.36 | - |
| YUV | 219.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 176 | 0 | 0.08 | 0.26 | 0.07 | 41.61 | 0.65 | 0.81 |
| Hex | EE | DB | B0 | 0 | 8 | 1A | 7 | 2A | 41 | 51 |
| Octal | 356 | 333 | 260 | 0 | 10 | 32 | 7 | 52 | 101 | 121 |
| Binary | 11101110 | 11011011 | 10110000 | 0 | 1000 | 11010 | 111 | 101010 | 1000001 | 1010001 |
Color Harmonies of #EEDBB0
Complementary color
Monochromatic Colors of #EEDBB0
Black with #EEDBB0
Text Example
Text Example
White with #EEDBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBB0; }
p { color: rgb(238,219,176); }
H1.HeaderClassName
{
color: #EEDBB0;
}
.AnyTagClassName
{
color: #EEDBB0;
}
</style>
background-color css
<style>
a { background-color: #EEDBB0; }
a { background-color: rgb(238,219,176); }
div.DivClassName
{
background-color: #EEDBB0;
}
.BgClassName
{
background-color: #EEDBB0;
}
</style>
border-color css
<style>
span { border-color: #EEDBB0; }
span { border-color: rgb(238,219,176); }
td.TdClassName
{
border-color: #EEDBB0;
}
.TagClassName
{
border-color: #EEDBB0;
}
</style>