Shades of Buff #EDD682
Tints of Buff #EDD682
RGB
CMYK
RGB Variations
Color information
#EDD682 (or 0xEDD682) is known color: Buff. HEX triplet: ED, D6 and 82. RGB value is (237,214,130). Sum of RGB (Red+Green+Blue) = 237+214+130=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD682 is #12297D. Grayscale: #D3D3D3. Windows color (decimal): -1190270 or 8574701. OLE color: 8574701.
HSL color Cylindrical-coordinate representation of color #EDD682: hue angle of 47.1º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDD682 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 130 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.07 |
| HSL | 47.1º | 0.75% | 0.72% | - |
| HSV(B) | 47.1º | 0.45% | 0.93% | - |
| XYZ | 63 | 67.71 | 30.87 | - |
| YUV | 211.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 130 | 0 | 0.10 | 0.45 | 0.07 | 47.1 | 0.75 | 0.72 |
| Hex | ED | D6 | 82 | 0 | A | 2D | 7 | 2F | 4B | 48 |
| Octal | 355 | 326 | 202 | 0 | 12 | 55 | 7 | 57 | 113 | 110 |
| Binary | 11101101 | 11010110 | 10000010 | 0 | 1010 | 101101 | 111 | 101111 | 1001011 | 1001000 |
Color Harmonies of #EDD682
Complementary color
Monochromatic Colors of #EDD682
Black with #EDD682
Text Example
Text Example
White with #EDD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD682; }
p { color: rgb(237,214,130); }
H1.HeaderClassName
{
color: #EDD682;
}
.AnyTagClassName
{
color: #EDD682;
}
</style>
background-color css
<style>
a { background-color: #EDD682; }
a { background-color: rgb(237,214,130); }
div.DivClassName
{
background-color: #EDD682;
}
.BgClassName
{
background-color: #EDD682;
}
</style>
border-color css
<style>
span { border-color: #EDD682; }
span { border-color: rgb(237,214,130); }
td.TdClassName
{
border-color: #EDD682;
}
.TagClassName
{
border-color: #EDD682;
}
</style>