Shades of Buff #EFD881
Tints of Buff #EFD881
RGB
CMYK
RGB Variations
Color information
#EFD881 (or 0xEFD881) is known color: Buff. HEX triplet: EF, D8 and 81. RGB value is (239,216,129). Sum of RGB (Red+Green+Blue) = 239+216+129=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD881 is #10277E. Grayscale: #D5D5D5. Windows color (decimal): -1058687 or 8509679. OLE color: 8509679.
HSL color Cylindrical-coordinate representation of color #EFD881: hue angle of 47.45º 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 #EFD881 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 129 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.06 |
| HSL | 47.45º | 0.77% | 0.72% | - |
| HSV(B) | 47.45º | 0.46% | 0.94% | - |
| XYZ | 64.11 | 69.05 | 30.72 | - |
| YUV | 212.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 129 | 0 | 0.10 | 0.46 | 0.06 | 47.45 | 0.77 | 0.72 |
| Hex | EF | D8 | 81 | 0 | A | 2E | 6 | 2F | 4D | 48 |
| Octal | 357 | 330 | 201 | 0 | 12 | 56 | 6 | 57 | 115 | 110 |
| Binary | 11101111 | 11011000 | 10000001 | 0 | 1010 | 101110 | 110 | 101111 | 1001101 | 1001000 |
Color Harmonies of #EFD881
Complementary color
Monochromatic Colors of #EFD881
Black with #EFD881
Text Example
Text Example
White with #EFD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD881; }
p { color: rgb(239,216,129); }
H1.HeaderClassName
{
color: #EFD881;
}
.AnyTagClassName
{
color: #EFD881;
}
</style>
background-color css
<style>
a { background-color: #EFD881; }
a { background-color: rgb(239,216,129); }
div.DivClassName
{
background-color: #EFD881;
}
.BgClassName
{
background-color: #EFD881;
}
</style>
border-color css
<style>
span { border-color: #EFD881; }
span { border-color: rgb(239,216,129); }
td.TdClassName
{
border-color: #EFD881;
}
.TagClassName
{
border-color: #EFD881;
}
</style>