Shades of Buff #EFDB8E
Tints of Buff #EFDB8E
RGB
CMYK
RGB Variations
Color information
#EFDB8E (or 0xEFDB8E) is known color: Buff. HEX triplet: EF, DB and 8E. RGB value is (239,219,142). Sum of RGB (Red+Green+Blue) = 239+219+142=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB8E is #102471. Grayscale: #D8D8D8. Windows color (decimal): -1057906 or 9362415. OLE color: 9362415.
HSL color Cylindrical-coordinate representation of color #EFDB8E: hue angle of 47.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFDB8E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 142 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.06 |
| HSL | 47.63º | 0.75% | 0.75% | - |
| HSV(B) | 47.63º | 0.41% | 0.94% | - |
| XYZ | 65.81 | 70.97 | 35.82 | - |
| YUV | 216.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 142 | 0 | 0.08 | 0.41 | 0.06 | 47.63 | 0.75 | 0.75 |
| Hex | EF | DB | 8E | 0 | 8 | 29 | 6 | 30 | 4B | 4B |
| Octal | 357 | 333 | 216 | 0 | 10 | 51 | 6 | 60 | 113 | 113 |
| Binary | 11101111 | 11011011 | 10001110 | 0 | 1000 | 101001 | 110 | 110000 | 1001011 | 1001011 |
Color Harmonies of #EFDB8E
Complementary color
Monochromatic Colors of #EFDB8E
Black with #EFDB8E
Text Example
Text Example
White with #EFDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB8E; }
p { color: rgb(239,219,142); }
H1.HeaderClassName
{
color: #EFDB8E;
}
.AnyTagClassName
{
color: #EFDB8E;
}
</style>
background-color css
<style>
a { background-color: #EFDB8E; }
a { background-color: rgb(239,219,142); }
div.DivClassName
{
background-color: #EFDB8E;
}
.BgClassName
{
background-color: #EFDB8E;
}
</style>
border-color css
<style>
span { border-color: #EFDB8E; }
span { border-color: rgb(239,219,142); }
td.TdClassName
{
border-color: #EFDB8E;
}
.TagClassName
{
border-color: #EFDB8E;
}
</style>