Shades of Wheat #EFDDB4
Tints of Wheat #EFDDB4
RGB
CMYK
RGB Variations
Color information
#EFDDB4 (or 0xEFDDB4) is known color: Wheat. HEX triplet: EF, DD and B4. RGB value is (239,221,180). Sum of RGB (Red+Green+Blue) = 239+221+180=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDB4 is #10224B. Grayscale: #DDDDDD. Windows color (decimal): -1057356 or 11853295. OLE color: 11853295.
HSL color Cylindrical-coordinate representation of color #EFDDB4: hue angle of 41.69º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFDDB4 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 180 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.06 |
| HSL | 41.69º | 0.65% | 0.82% | - |
| HSV(B) | 41.69º | 0.25% | 0.94% | - |
| XYZ | 69.69 | 73.36 | 53.67 | - |
| YUV | 221.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 180 | 0 | 0.08 | 0.25 | 0.06 | 41.69 | 0.65 | 0.82 |
| Hex | EF | DD | B4 | 0 | 8 | 19 | 6 | 2A | 41 | 52 |
| Octal | 357 | 335 | 264 | 0 | 10 | 31 | 6 | 52 | 101 | 122 |
| Binary | 11101111 | 11011101 | 10110100 | 0 | 1000 | 11001 | 110 | 101010 | 1000001 | 1010010 |
Color Harmonies of #EFDDB4
Complementary color
Monochromatic Colors of #EFDDB4
Black with #EFDDB4
Text Example
Text Example
White with #EFDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDB4; }
p { color: rgb(239,221,180); }
H1.HeaderClassName
{
color: #EFDDB4;
}
.AnyTagClassName
{
color: #EFDDB4;
}
</style>
background-color css
<style>
a { background-color: #EFDDB4; }
a { background-color: rgb(239,221,180); }
div.DivClassName
{
background-color: #EFDDB4;
}
.BgClassName
{
background-color: #EFDDB4;
}
</style>
border-color css
<style>
span { border-color: #EFDDB4; }
span { border-color: rgb(239,221,180); }
td.TdClassName
{
border-color: #EFDDB4;
}
.TagClassName
{
border-color: #EFDDB4;
}
</style>