Shades of Buff #EFDB7D
Tints of Buff #EFDB7D
RGB
CMYK
RGB Variations
Color information
#EFDB7D (or 0xEFDB7D) is known color: Buff. HEX triplet: EF, DB and 7D. RGB value is (239,219,125). Sum of RGB (Red+Green+Blue) = 239+219+125=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB7D is #102482. Grayscale: #D6D6D6. Windows color (decimal): -1057923 or 8248303. OLE color: 8248303.
HSL color Cylindrical-coordinate representation of color #EFDB7D: hue angle of 49.47º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFDB7D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 125 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.06 |
| HSL | 49.47º | 0.78% | 0.71% | - |
| HSV(B) | 49.47º | 0.48% | 0.94% | - |
| XYZ | 64.63 | 70.49 | 29.6 | - |
| YUV | 214.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 125 | 0 | 0.08 | 0.48 | 0.06 | 49.47 | 0.78 | 0.71 |
| Hex | EF | DB | 7D | 0 | 8 | 30 | 6 | 31 | 4E | 47 |
| Octal | 357 | 333 | 175 | 0 | 10 | 60 | 6 | 61 | 116 | 107 |
| Binary | 11101111 | 11011011 | 1111101 | 0 | 1000 | 110000 | 110 | 110001 | 1001110 | 1000111 |
Color Harmonies of #EFDB7D
Complementary color
Monochromatic Colors of #EFDB7D
Black with #EFDB7D
Text Example
Text Example
White with #EFDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB7D; }
p { color: rgb(239,219,125); }
H1.HeaderClassName
{
color: #EFDB7D;
}
.AnyTagClassName
{
color: #EFDB7D;
}
</style>
background-color css
<style>
a { background-color: #EFDB7D; }
a { background-color: rgb(239,219,125); }
div.DivClassName
{
background-color: #EFDB7D;
}
.BgClassName
{
background-color: #EFDB7D;
}
</style>
border-color css
<style>
span { border-color: #EFDB7D; }
span { border-color: rgb(239,219,125); }
td.TdClassName
{
border-color: #EFDB7D;
}
.TagClassName
{
border-color: #EFDB7D;
}
</style>