Shades of Buff #EFDA84
Tints of Buff #EFDA84
RGB
CMYK
RGB Variations
Color information
#EFDA84 (or 0xEFDA84) is known color: Buff. HEX triplet: EF, DA and 84. RGB value is (239,218,132). Sum of RGB (Red+Green+Blue) = 239+218+132=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA84 is #10257B. Grayscale: #D6D6D6. Windows color (decimal): -1058172 or 8706799. OLE color: 8706799.
HSL color Cylindrical-coordinate representation of color #EFDA84: hue angle of 48.22º 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 #EFDA84 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 132 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.06 |
| HSL | 48.22º | 0.77% | 0.73% | - |
| HSV(B) | 48.22º | 0.45% | 0.94% | - |
| XYZ | 64.83 | 70.16 | 31.95 | - |
| YUV | 214.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 132 | 0 | 0.09 | 0.45 | 0.06 | 48.22 | 0.77 | 0.73 |
| Hex | EF | DA | 84 | 0 | 9 | 2D | 6 | 30 | 4D | 49 |
| Octal | 357 | 332 | 204 | 0 | 11 | 55 | 6 | 60 | 115 | 111 |
| Binary | 11101111 | 11011010 | 10000100 | 0 | 1001 | 101101 | 110 | 110000 | 1001101 | 1001001 |
Color Harmonies of #EFDA84
Complementary color
Monochromatic Colors of #EFDA84
Black with #EFDA84
Text Example
Text Example
White with #EFDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA84; }
p { color: rgb(239,218,132); }
H1.HeaderClassName
{
color: #EFDA84;
}
.AnyTagClassName
{
color: #EFDA84;
}
</style>
background-color css
<style>
a { background-color: #EFDA84; }
a { background-color: rgb(239,218,132); }
div.DivClassName
{
background-color: #EFDA84;
}
.BgClassName
{
background-color: #EFDA84;
}
</style>
border-color css
<style>
span { border-color: #EFDA84; }
span { border-color: rgb(239,218,132); }
td.TdClassName
{
border-color: #EFDA84;
}
.TagClassName
{
border-color: #EFDA84;
}
</style>