Shades of Buff #EFDB7F
Tints of Buff #EFDB7F
RGB
CMYK
RGB Variations
Color information
#EFDB7F (or 0xEFDB7F) is known color: Buff. HEX triplet: EF, DB and 7F. RGB value is (239,219,127). Sum of RGB (Red+Green+Blue) = 239+219+127=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB7F is #102480. Grayscale: #D6D6D6. Windows color (decimal): -1057921 or 8379375. OLE color: 8379375.
HSL color Cylindrical-coordinate representation of color #EFDB7F: hue angle of 49.29º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFDB7F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 127 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.06 |
| HSL | 49.29º | 0.78% | 0.72% | - |
| HSV(B) | 49.29º | 0.47% | 0.94% | - |
| XYZ | 64.76 | 70.55 | 30.28 | - |
| YUV | 214.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 127 | 0 | 0.08 | 0.47 | 0.06 | 49.29 | 0.78 | 0.72 |
| Hex | EF | DB | 7F | 0 | 8 | 2F | 6 | 31 | 4E | 48 |
| Octal | 357 | 333 | 177 | 0 | 10 | 57 | 6 | 61 | 116 | 110 |
| Binary | 11101111 | 11011011 | 1111111 | 0 | 1000 | 101111 | 110 | 110001 | 1001110 | 1001000 |
Color Harmonies of #EFDB7F
Complementary color
Monochromatic Colors of #EFDB7F
Black with #EFDB7F
Text Example
Text Example
White with #EFDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB7F; }
p { color: rgb(239,219,127); }
H1.HeaderClassName
{
color: #EFDB7F;
}
.AnyTagClassName
{
color: #EFDB7F;
}
</style>
background-color css
<style>
a { background-color: #EFDB7F; }
a { background-color: rgb(239,219,127); }
div.DivClassName
{
background-color: #EFDB7F;
}
.BgClassName
{
background-color: #EFDB7F;
}
</style>
border-color css
<style>
span { border-color: #EFDB7F; }
span { border-color: rgb(239,219,127); }
td.TdClassName
{
border-color: #EFDB7F;
}
.TagClassName
{
border-color: #EFDB7F;
}
</style>