Shades of Buff #EFD87F
Tints of Buff #EFD87F
RGB
CMYK
RGB Variations
Color information
#EFD87F (or 0xEFD87F) is known color: Buff. HEX triplet: EF, D8 and 7F. RGB value is (239,216,127). Sum of RGB (Red+Green+Blue) = 239+216+127=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD87F is #102780. Grayscale: #D5D5D5. Windows color (decimal): -1058689 or 8378607. OLE color: 8378607.
HSL color Cylindrical-coordinate representation of color #EFD87F: hue angle of 47.68º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFD87F is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 127 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.06 |
| HSL | 47.68º | 0.78% | 0.72% | - |
| HSV(B) | 47.68º | 0.47% | 0.94% | - |
| XYZ | 63.98 | 68.99 | 30.02 | - |
| YUV | 212.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 127 | 0 | 0.10 | 0.47 | 0.06 | 47.68 | 0.78 | 0.72 |
| Hex | EF | D8 | 7F | 0 | A | 2F | 6 | 30 | 4E | 48 |
| Octal | 357 | 330 | 177 | 0 | 12 | 57 | 6 | 60 | 116 | 110 |
| Binary | 11101111 | 11011000 | 1111111 | 0 | 1010 | 101111 | 110 | 110000 | 1001110 | 1001000 |
Color Harmonies of #EFD87F
Complementary color
Monochromatic Colors of #EFD87F
Black with #EFD87F
Text Example
Text Example
White with #EFD87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD87F; }
p { color: rgb(239,216,127); }
H1.HeaderClassName
{
color: #EFD87F;
}
.AnyTagClassName
{
color: #EFD87F;
}
</style>
background-color css
<style>
a { background-color: #EFD87F; }
a { background-color: rgb(239,216,127); }
div.DivClassName
{
background-color: #EFD87F;
}
.BgClassName
{
background-color: #EFD87F;
}
</style>
border-color css
<style>
span { border-color: #EFD87F; }
span { border-color: rgb(239,216,127); }
td.TdClassName
{
border-color: #EFD87F;
}
.TagClassName
{
border-color: #EFD87F;
}
</style>