Shades of Buff #EFD486
Tints of Buff #EFD486
RGB
CMYK
RGB Variations
Color information
#EFD486 (or 0xEFD486) is known color: Buff. HEX triplet: EF, D4 and 86. RGB value is (239,212,134). Sum of RGB (Red+Green+Blue) = 239+212+134=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD486 is #102B79. Grayscale: #D3D3D3. Windows color (decimal): -1059706 or 8836335. OLE color: 8836335.
HSL color Cylindrical-coordinate representation of color #EFD486: hue angle of 44.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFD486 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 134 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.06 |
| HSL | 44.57º | 0.77% | 0.73% | - |
| HSV(B) | 44.57º | 0.44% | 0.94% | - |
| XYZ | 63.44 | 67.16 | 32.17 | - |
| YUV | 211.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 134 | 0 | 0.11 | 0.44 | 0.06 | 44.57 | 0.77 | 0.73 |
| Hex | EF | D4 | 86 | 0 | B | 2C | 6 | 2D | 4D | 49 |
| Octal | 357 | 324 | 206 | 0 | 13 | 54 | 6 | 55 | 115 | 111 |
| Binary | 11101111 | 11010100 | 10000110 | 0 | 1011 | 101100 | 110 | 101101 | 1001101 | 1001001 |
Color Harmonies of #EFD486
Complementary color
Monochromatic Colors of #EFD486
Black with #EFD486
Text Example
Text Example
White with #EFD486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD486; }
p { color: rgb(239,212,134); }
H1.HeaderClassName
{
color: #EFD486;
}
.AnyTagClassName
{
color: #EFD486;
}
</style>
background-color css
<style>
a { background-color: #EFD486; }
a { background-color: rgb(239,212,134); }
div.DivClassName
{
background-color: #EFD486;
}
.BgClassName
{
background-color: #EFD486;
}
</style>
border-color css
<style>
span { border-color: #EFD486; }
span { border-color: rgb(239,212,134); }
td.TdClassName
{
border-color: #EFD486;
}
.TagClassName
{
border-color: #EFD486;
}
</style>