Shades of Buff #EFD880
Tints of Buff #EFD880
RGB
CMYK
RGB Variations
Color information
#EFD880 (or 0xEFD880) is known color: Buff. HEX triplet: EF, D8 and 80. RGB value is (239,216,128). Sum of RGB (Red+Green+Blue) = 239+216+128=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD880 is #10277F. Grayscale: #D5D5D5. Windows color (decimal): -1058688 or 8444143. OLE color: 8444143.
HSL color Cylindrical-coordinate representation of color #EFD880: hue angle of 47.57º degrees, saturation: 0.78, 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 #EFD880 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 128 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.06 |
| HSL | 47.57º | 0.78% | 0.72% | - |
| HSV(B) | 47.57º | 0.46% | 0.94% | - |
| XYZ | 64.05 | 69.02 | 30.37 | - |
| YUV | 212.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 128 | 0 | 0.10 | 0.46 | 0.06 | 47.57 | 0.78 | 0.72 |
| Hex | EF | D8 | 80 | 0 | A | 2E | 6 | 30 | 4E | 48 |
| Octal | 357 | 330 | 200 | 0 | 12 | 56 | 6 | 60 | 116 | 110 |
| Binary | 11101111 | 11011000 | 10000000 | 0 | 1010 | 101110 | 110 | 110000 | 1001110 | 1001000 |
Color Harmonies of #EFD880
Complementary color
Monochromatic Colors of #EFD880
Black with #EFD880
Text Example
Text Example
White with #EFD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD880; }
p { color: rgb(239,216,128); }
H1.HeaderClassName
{
color: #EFD880;
}
.AnyTagClassName
{
color: #EFD880;
}
</style>
background-color css
<style>
a { background-color: #EFD880; }
a { background-color: rgb(239,216,128); }
div.DivClassName
{
background-color: #EFD880;
}
.BgClassName
{
background-color: #EFD880;
}
</style>
border-color css
<style>
span { border-color: #EFD880; }
span { border-color: rgb(239,216,128); }
td.TdClassName
{
border-color: #EFD880;
}
.TagClassName
{
border-color: #EFD880;
}
</style>