Shades of Wheat #EFDCAF
Tints of Wheat #EFDCAF
RGB
CMYK
RGB Variations
Color information
#EFDCAF (or 0xEFDCAF) is known color: Wheat. HEX triplet: EF, DC and AF. RGB value is (239,220,175). Sum of RGB (Red+Green+Blue) = 239+220+175=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCAF is #102350. Grayscale: #DCDCDC. Windows color (decimal): -1057617 or 11525359. OLE color: 11525359.
HSL color Cylindrical-coordinate representation of color #EFDCAF: hue angle of 42.19º 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 #EFDCAF is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 175 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.06 |
| HSL | 42.19º | 0.67% | 0.81% | - |
| HSV(B) | 42.19º | 0.27% | 0.94% | - |
| XYZ | 68.93 | 72.63 | 50.94 | - |
| YUV | 220.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 175 | 0 | 0.08 | 0.27 | 0.06 | 42.19 | 0.67 | 0.81 |
| Hex | EF | DC | AF | 0 | 8 | 1B | 6 | 2A | 43 | 51 |
| Octal | 357 | 334 | 257 | 0 | 10 | 33 | 6 | 52 | 103 | 121 |
| Binary | 11101111 | 11011100 | 10101111 | 0 | 1000 | 11011 | 110 | 101010 | 1000011 | 1010001 |
Color Harmonies of #EFDCAF
Complementary color
Monochromatic Colors of #EFDCAF
Black with #EFDCAF
Text Example
Text Example
White with #EFDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCAF; }
p { color: rgb(239,220,175); }
H1.HeaderClassName
{
color: #EFDCAF;
}
.AnyTagClassName
{
color: #EFDCAF;
}
</style>
background-color css
<style>
a { background-color: #EFDCAF; }
a { background-color: rgb(239,220,175); }
div.DivClassName
{
background-color: #EFDCAF;
}
.BgClassName
{
background-color: #EFDCAF;
}
</style>
border-color css
<style>
span { border-color: #EFDCAF; }
span { border-color: rgb(239,220,175); }
td.TdClassName
{
border-color: #EFDCAF;
}
.TagClassName
{
border-color: #EFDCAF;
}
</style>