Shades of Buff #EDD686
Tints of Buff #EDD686
RGB
CMYK
RGB Variations
Color information
#EDD686 (or 0xEDD686) is known color: Buff. HEX triplet: ED, D6 and 86. RGB value is (237,214,134). Sum of RGB (Red+Green+Blue) = 237+214+134=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD686 is #122979. Grayscale: #D4D4D4. Windows color (decimal): -1190266 or 8836845. OLE color: 8836845.
HSL color Cylindrical-coordinate representation of color #EDD686: hue angle of 46.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDD686 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 134 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.07 |
| HSL | 46.6º | 0.74% | 0.73% | - |
| HSV(B) | 46.6º | 0.43% | 0.93% | - |
| XYZ | 63.27 | 67.82 | 32.31 | - |
| YUV | 211.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 134 | 0 | 0.10 | 0.43 | 0.07 | 46.6 | 0.74 | 0.73 |
| Hex | ED | D6 | 86 | 0 | A | 2B | 7 | 2F | 4A | 49 |
| Octal | 355 | 326 | 206 | 0 | 12 | 53 | 7 | 57 | 112 | 111 |
| Binary | 11101101 | 11010110 | 10000110 | 0 | 1010 | 101011 | 111 | 101111 | 1001010 | 1001001 |
Color Harmonies of #EDD686
Complementary color
Monochromatic Colors of #EDD686
Black with #EDD686
Text Example
Text Example
White with #EDD686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD686; }
p { color: rgb(237,214,134); }
H1.HeaderClassName
{
color: #EDD686;
}
.AnyTagClassName
{
color: #EDD686;
}
</style>
background-color css
<style>
a { background-color: #EDD686; }
a { background-color: rgb(237,214,134); }
div.DivClassName
{
background-color: #EDD686;
}
.BgClassName
{
background-color: #EDD686;
}
</style>
border-color css
<style>
span { border-color: #EDD686; }
span { border-color: rgb(237,214,134); }
td.TdClassName
{
border-color: #EDD686;
}
.TagClassName
{
border-color: #EDD686;
}
</style>