Shades of Wheat #EEDEB2
Tints of Wheat #EEDEB2
RGB
CMYK
RGB Variations
Color information
#EEDEB2 (or 0xEEDEB2) is known color: Wheat. HEX triplet: EE, DE and B2. RGB value is (238,222,178). Sum of RGB (Red+Green+Blue) = 238+222+178=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDEB2 is #11214D. Grayscale: #DDDDDD. Windows color (decimal): -1122638 or 11722478. OLE color: 11722478.
HSL color Cylindrical-coordinate representation of color #EEDEB2: hue angle of 44º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEDEB2 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 178 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.07 |
| HSL | 44º | 0.64% | 0.82% | - |
| HSV(B) | 44º | 0.25% | 0.93% | - |
| XYZ | 69.42 | 73.63 | 52.67 | - |
| YUV | 221.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 178 | 0 | 0.07 | 0.25 | 0.07 | 44 | 0.64 | 0.82 |
| Hex | EE | DE | B2 | 0 | 7 | 19 | 7 | 2C | 40 | 52 |
| Octal | 356 | 336 | 262 | 0 | 7 | 31 | 7 | 54 | 100 | 122 |
| Binary | 11101110 | 11011110 | 10110010 | 0 | 111 | 11001 | 111 | 101100 | 1000000 | 1010010 |
Color Harmonies of #EEDEB2
Complementary color
Monochromatic Colors of #EEDEB2
Black with #EEDEB2
Text Example
Text Example
White with #EEDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEB2; }
p { color: rgb(238,222,178); }
H1.HeaderClassName
{
color: #EEDEB2;
}
.AnyTagClassName
{
color: #EEDEB2;
}
</style>
background-color css
<style>
a { background-color: #EEDEB2; }
a { background-color: rgb(238,222,178); }
div.DivClassName
{
background-color: #EEDEB2;
}
.BgClassName
{
background-color: #EEDEB2;
}
</style>
border-color css
<style>
span { border-color: #EEDEB2; }
span { border-color: rgb(238,222,178); }
td.TdClassName
{
border-color: #EEDEB2;
}
.TagClassName
{
border-color: #EEDEB2;
}
</style>