Shades of Buff #EFD981
Tints of Buff #EFD981
RGB
CMYK
RGB Variations
Color information
#EFD981 (or 0xEFD981) is known color: Buff. HEX triplet: EF, D9 and 81. RGB value is (239,217,129). Sum of RGB (Red+Green+Blue) = 239+217+129=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD981 is #10267E. Grayscale: #D5D5D5. Windows color (decimal): -1058431 or 8509935. OLE color: 8509935.
HSL color Cylindrical-coordinate representation of color #EFD981: hue angle of 48º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFD981 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 129 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.06 |
| HSL | 48º | 0.77% | 0.72% | - |
| HSV(B) | 48º | 0.46% | 0.94% | - |
| XYZ | 64.37 | 69.56 | 30.8 | - |
| YUV | 213.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 129 | 0 | 0.09 | 0.46 | 0.06 | 48 | 0.77 | 0.72 |
| Hex | EF | D9 | 81 | 0 | 9 | 2E | 6 | 30 | 4D | 48 |
| Octal | 357 | 331 | 201 | 0 | 11 | 56 | 6 | 60 | 115 | 110 |
| Binary | 11101111 | 11011001 | 10000001 | 0 | 1001 | 101110 | 110 | 110000 | 1001101 | 1001000 |
Color Harmonies of #EFD981
Complementary color
Monochromatic Colors of #EFD981
Black with #EFD981
Text Example
Text Example
White with #EFD981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD981; }
p { color: rgb(239,217,129); }
H1.HeaderClassName
{
color: #EFD981;
}
.AnyTagClassName
{
color: #EFD981;
}
</style>
background-color css
<style>
a { background-color: #EFD981; }
a { background-color: rgb(239,217,129); }
div.DivClassName
{
background-color: #EFD981;
}
.BgClassName
{
background-color: #EFD981;
}
</style>
border-color css
<style>
span { border-color: #EFD981; }
span { border-color: rgb(239,217,129); }
td.TdClassName
{
border-color: #EFD981;
}
.TagClassName
{
border-color: #EFD981;
}
</style>