Shades of Wheat #EFDDB3
Tints of Wheat #EFDDB3
RGB
CMYK
RGB Variations
Color information
#EFDDB3 (or 0xEFDDB3) is known color: Wheat. HEX triplet: EF, DD and B3. RGB value is (239,221,179). Sum of RGB (Red+Green+Blue) = 239+221+179=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDB3 is #10224C. Grayscale: #DDDDDD. Windows color (decimal): -1057357 or 11787759. OLE color: 11787759.
HSL color Cylindrical-coordinate representation of color #EFDDB3: hue angle of 42º 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 #EFDDB3 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 179 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.06 |
| HSL | 42º | 0.65% | 0.82% | - |
| HSV(B) | 42º | 0.25% | 0.94% | - |
| XYZ | 69.59 | 73.32 | 53.13 | - |
| YUV | 221.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 179 | 0 | 0.08 | 0.25 | 0.06 | 42 | 0.65 | 0.82 |
| Hex | EF | DD | B3 | 0 | 8 | 19 | 6 | 2A | 41 | 52 |
| Octal | 357 | 335 | 263 | 0 | 10 | 31 | 6 | 52 | 101 | 122 |
| Binary | 11101111 | 11011101 | 10110011 | 0 | 1000 | 11001 | 110 | 101010 | 1000001 | 1010010 |
Color Harmonies of #EFDDB3
Complementary color
Monochromatic Colors of #EFDDB3
Black with #EFDDB3
Text Example
Text Example
White with #EFDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDB3; }
p { color: rgb(239,221,179); }
H1.HeaderClassName
{
color: #EFDDB3;
}
.AnyTagClassName
{
color: #EFDDB3;
}
</style>
background-color css
<style>
a { background-color: #EFDDB3; }
a { background-color: rgb(239,221,179); }
div.DivClassName
{
background-color: #EFDDB3;
}
.BgClassName
{
background-color: #EFDDB3;
}
</style>
border-color css
<style>
span { border-color: #EFDDB3; }
span { border-color: rgb(239,221,179); }
td.TdClassName
{
border-color: #EFDDB3;
}
.TagClassName
{
border-color: #EFDDB3;
}
</style>