Shades of Buff #EFDB84
Tints of Buff #EFDB84
RGB
CMYK
RGB Variations
Color information
#EFDB84 (or 0xEFDB84) is known color: Buff. HEX triplet: EF, DB and 84. RGB value is (239,219,132). Sum of RGB (Red+Green+Blue) = 239+219+132=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB84 is #10247B. Grayscale: #D7D7D7. Windows color (decimal): -1057916 or 8707055. OLE color: 8707055.
HSL color Cylindrical-coordinate representation of color #EFDB84: hue angle of 48.79º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFDB84 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 132 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.06 |
| HSL | 48.79º | 0.77% | 0.73% | - |
| HSV(B) | 48.79º | 0.45% | 0.94% | - |
| XYZ | 65.09 | 70.68 | 32.04 | - |
| YUV | 215.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 132 | 0 | 0.08 | 0.45 | 0.06 | 48.79 | 0.77 | 0.73 |
| Hex | EF | DB | 84 | 0 | 8 | 2D | 6 | 31 | 4D | 49 |
| Octal | 357 | 333 | 204 | 0 | 10 | 55 | 6 | 61 | 115 | 111 |
| Binary | 11101111 | 11011011 | 10000100 | 0 | 1000 | 101101 | 110 | 110001 | 1001101 | 1001001 |
Color Harmonies of #EFDB84
Complementary color
Monochromatic Colors of #EFDB84
Black with #EFDB84
Text Example
Text Example
White with #EFDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB84; }
p { color: rgb(239,219,132); }
H1.HeaderClassName
{
color: #EFDB84;
}
.AnyTagClassName
{
color: #EFDB84;
}
</style>
background-color css
<style>
a { background-color: #EFDB84; }
a { background-color: rgb(239,219,132); }
div.DivClassName
{
background-color: #EFDB84;
}
.BgClassName
{
background-color: #EFDB84;
}
</style>
border-color css
<style>
span { border-color: #EFDB84; }
span { border-color: rgb(239,219,132); }
td.TdClassName
{
border-color: #EFDB84;
}
.TagClassName
{
border-color: #EFDB84;
}
</style>