Shades of Buff #EFD882
Tints of Buff #EFD882
RGB
CMYK
RGB Variations
Color information
#EFD882 (or 0xEFD882) is known color: Buff. HEX triplet: EF, D8 and 82. RGB value is (239,216,130). Sum of RGB (Red+Green+Blue) = 239+216+130=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD882 is #10277D. Grayscale: #D5D5D5. Windows color (decimal): -1058686 or 8575215. OLE color: 8575215.
HSL color Cylindrical-coordinate representation of color #EFD882: hue angle of 47.34º 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 #EFD882 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 130 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.06 |
| HSL | 47.34º | 0.77% | 0.72% | - |
| HSV(B) | 47.34º | 0.46% | 0.94% | - |
| XYZ | 64.18 | 69.07 | 31.07 | - |
| YUV | 213.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 130 | 0 | 0.10 | 0.46 | 0.06 | 47.34 | 0.77 | 0.72 |
| Hex | EF | D8 | 82 | 0 | A | 2E | 6 | 2F | 4D | 48 |
| Octal | 357 | 330 | 202 | 0 | 12 | 56 | 6 | 57 | 115 | 110 |
| Binary | 11101111 | 11011000 | 10000010 | 0 | 1010 | 101110 | 110 | 101111 | 1001101 | 1001000 |
Color Harmonies of #EFD882
Complementary color
Monochromatic Colors of #EFD882
Black with #EFD882
Text Example
Text Example
White with #EFD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD882; }
p { color: rgb(239,216,130); }
H1.HeaderClassName
{
color: #EFD882;
}
.AnyTagClassName
{
color: #EFD882;
}
</style>
background-color css
<style>
a { background-color: #EFD882; }
a { background-color: rgb(239,216,130); }
div.DivClassName
{
background-color: #EFD882;
}
.BgClassName
{
background-color: #EFD882;
}
</style>
border-color css
<style>
span { border-color: #EFD882; }
span { border-color: rgb(239,216,130); }
td.TdClassName
{
border-color: #EFD882;
}
.TagClassName
{
border-color: #EFD882;
}
</style>