Shades of Wheat #EEDDB1
Tints of Wheat #EEDDB1
RGB
CMYK
RGB Variations
Color information
#EEDDB1 (or 0xEEDDB1) is known color: Wheat. HEX triplet: EE, DD and B1. RGB value is (238,221,177). Sum of RGB (Red+Green+Blue) = 238+221+177=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDB1 is #11224E. Grayscale: #DDDDDD. Windows color (decimal): -1122895 or 11656686. OLE color: 11656686.
HSL color Cylindrical-coordinate representation of color #EEDDB1: hue angle of 43.28º degrees, saturation: 0.64, 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 #EEDDB1 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 177 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.07 |
| HSL | 43.28º | 0.64% | 0.81% | - |
| HSV(B) | 43.28º | 0.26% | 0.93% | - |
| XYZ | 69.05 | 73.06 | 52.06 | - |
| YUV | 221.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 177 | 0 | 0.07 | 0.26 | 0.07 | 43.28 | 0.64 | 0.81 |
| Hex | EE | DD | B1 | 0 | 7 | 1A | 7 | 2B | 40 | 51 |
| Octal | 356 | 335 | 261 | 0 | 7 | 32 | 7 | 53 | 100 | 121 |
| Binary | 11101110 | 11011101 | 10110001 | 0 | 111 | 11010 | 111 | 101011 | 1000000 | 1010001 |
Color Harmonies of #EEDDB1
Complementary color
Monochromatic Colors of #EEDDB1
Black with #EEDDB1
Text Example
Text Example
White with #EEDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDB1; }
p { color: rgb(238,221,177); }
H1.HeaderClassName
{
color: #EEDDB1;
}
.AnyTagClassName
{
color: #EEDDB1;
}
</style>
background-color css
<style>
a { background-color: #EEDDB1; }
a { background-color: rgb(238,221,177); }
div.DivClassName
{
background-color: #EEDDB1;
}
.BgClassName
{
background-color: #EEDDB1;
}
</style>
border-color css
<style>
span { border-color: #EEDDB1; }
span { border-color: rgb(238,221,177); }
td.TdClassName
{
border-color: #EEDDB1;
}
.TagClassName
{
border-color: #EEDDB1;
}
</style>