Shades of Beeswax #EEDCAF
Tints of Beeswax #EEDCAF
RGB
CMYK
RGB Variations
Color information
#EEDCAF (or 0xEEDCAF) is known color: Beeswax. HEX triplet: EE, DC and AF. RGB value is (238,220,175). Sum of RGB (Red+Green+Blue) = 238+220+175=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCAF is #112350. Grayscale: #DCDCDC. Windows color (decimal): -1123153 or 11525358. OLE color: 11525358.
HSL color Cylindrical-coordinate representation of color #EEDCAF: hue angle of 42.86º 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 #EEDCAF is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 175 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.07 |
| HSL | 42.86º | 0.65% | 0.81% | - |
| HSV(B) | 42.86º | 0.26% | 0.93% | - |
| XYZ | 68.59 | 72.46 | 50.93 | - |
| YUV | 220.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 175 | 0 | 0.08 | 0.26 | 0.07 | 42.86 | 0.65 | 0.81 |
| Hex | EE | DC | AF | 0 | 8 | 1A | 7 | 2B | 41 | 51 |
| Octal | 356 | 334 | 257 | 0 | 10 | 32 | 7 | 53 | 101 | 121 |
| Binary | 11101110 | 11011100 | 10101111 | 0 | 1000 | 11010 | 111 | 101011 | 1000001 | 1010001 |
Color Harmonies of #EEDCAF
Complementary color
Monochromatic Colors of #EEDCAF
Black with #EEDCAF
Text Example
Text Example
White with #EEDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCAF; }
p { color: rgb(238,220,175); }
H1.HeaderClassName
{
color: #EEDCAF;
}
.AnyTagClassName
{
color: #EEDCAF;
}
</style>
background-color css
<style>
a { background-color: #EEDCAF; }
a { background-color: rgb(238,220,175); }
div.DivClassName
{
background-color: #EEDCAF;
}
.BgClassName
{
background-color: #EEDCAF;
}
</style>
border-color css
<style>
span { border-color: #EEDCAF; }
span { border-color: rgb(238,220,175); }
td.TdClassName
{
border-color: #EEDCAF;
}
.TagClassName
{
border-color: #EEDCAF;
}
</style>