Shades of Wheat #EFDFB2
Tints of Wheat #EFDFB2
RGB
CMYK
RGB Variations
Color information
#EFDFB2 (or 0xEFDFB2) is known color: Wheat. HEX triplet: EF, DF and B2. RGB value is (239,223,178). Sum of RGB (Red+Green+Blue) = 239+223+178=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFB2 is #10204D. Grayscale: #DEDEDE. Windows color (decimal): -1056846 or 11722735. OLE color: 11722735.
HSL color Cylindrical-coordinate representation of color #EFDFB2: hue angle of 44.26º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFDFB2 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 178 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.06 |
| HSL | 44.26º | 0.66% | 0.82% | - |
| HSV(B) | 44.26º | 0.26% | 0.94% | - |
| XYZ | 70.02 | 74.34 | 52.78 | - |
| YUV | 222.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 178 | 0 | 0.07 | 0.26 | 0.06 | 44.26 | 0.66 | 0.82 |
| Hex | EF | DF | B2 | 0 | 7 | 1A | 6 | 2C | 42 | 52 |
| Octal | 357 | 337 | 262 | 0 | 7 | 32 | 6 | 54 | 102 | 122 |
| Binary | 11101111 | 11011111 | 10110010 | 0 | 111 | 11010 | 110 | 101100 | 1000010 | 1010010 |
Color Harmonies of #EFDFB2
Complementary color
Monochromatic Colors of #EFDFB2
Black with #EFDFB2
Text Example
Text Example
White with #EFDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFB2; }
p { color: rgb(239,223,178); }
H1.HeaderClassName
{
color: #EFDFB2;
}
.AnyTagClassName
{
color: #EFDFB2;
}
</style>
background-color css
<style>
a { background-color: #EFDFB2; }
a { background-color: rgb(239,223,178); }
div.DivClassName
{
background-color: #EFDFB2;
}
.BgClassName
{
background-color: #EFDFB2;
}
</style>
border-color css
<style>
span { border-color: #EFDFB2; }
span { border-color: rgb(239,223,178); }
td.TdClassName
{
border-color: #EFDFB2;
}
.TagClassName
{
border-color: #EFDFB2;
}
</style>