Shades of Wheat #EFDDAF
Tints of Wheat #EFDDAF
RGB
CMYK
RGB Variations
Color information
#EFDDAF (or 0xEFDDAF) is known color: Wheat. HEX triplet: EF, DD and AF. RGB value is (239,221,175). Sum of RGB (Red+Green+Blue) = 239+221+175=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDAF is #102250. Grayscale: #DDDDDD. Windows color (decimal): -1057361 or 11525615. OLE color: 11525615.
HSL color Cylindrical-coordinate representation of color #EFDDAF: hue angle of 43.12º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFDDAF is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 175 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.06 |
| HSL | 43.13º | 0.67% | 0.81% | - |
| HSV(B) | 43.13º | 0.27% | 0.94% | - |
| XYZ | 69.19 | 73.16 | 51.03 | - |
| YUV | 221.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 175 | 0 | 0.08 | 0.27 | 0.06 | 43.13 | 0.67 | 0.81 |
| Hex | EF | DD | AF | 0 | 8 | 1B | 6 | 2B | 43 | 51 |
| Octal | 357 | 335 | 257 | 0 | 10 | 33 | 6 | 53 | 103 | 121 |
| Binary | 11101111 | 11011101 | 10101111 | 0 | 1000 | 11011 | 110 | 101011 | 1000011 | 1010001 |
Color Harmonies of #EFDDAF
Complementary color
Monochromatic Colors of #EFDDAF
Black with #EFDDAF
Text Example
Text Example
White with #EFDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDAF; }
p { color: rgb(239,221,175); }
H1.HeaderClassName
{
color: #EFDDAF;
}
.AnyTagClassName
{
color: #EFDDAF;
}
</style>
background-color css
<style>
a { background-color: #EFDDAF; }
a { background-color: rgb(239,221,175); }
div.DivClassName
{
background-color: #EFDDAF;
}
.BgClassName
{
background-color: #EFDDAF;
}
</style>
border-color css
<style>
span { border-color: #EFDDAF; }
span { border-color: rgb(239,221,175); }
td.TdClassName
{
border-color: #EFDDAF;
}
.TagClassName
{
border-color: #EFDDAF;
}
</style>