Shades of Buff #EDD684
Tints of Buff #EDD684
RGB
CMYK
RGB Variations
Color information
#EDD684 (or 0xEDD684) is known color: Buff. HEX triplet: ED, D6 and 84. RGB value is (237,214,132). Sum of RGB (Red+Green+Blue) = 237+214+132=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD684 is #12297B. Grayscale: #D3D3D3. Windows color (decimal): -1190268 or 8705773. OLE color: 8705773.
HSL color Cylindrical-coordinate representation of color #EDD684: hue angle of 46.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD684 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 132 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.07 |
| HSL | 46.86º | 0.74% | 0.72% | - |
| HSV(B) | 46.86º | 0.44% | 0.93% | - |
| XYZ | 63.14 | 67.76 | 31.58 | - |
| YUV | 211.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 132 | 0 | 0.10 | 0.44 | 0.07 | 46.86 | 0.74 | 0.72 |
| Hex | ED | D6 | 84 | 0 | A | 2C | 7 | 2F | 4A | 48 |
| Octal | 355 | 326 | 204 | 0 | 12 | 54 | 7 | 57 | 112 | 110 |
| Binary | 11101101 | 11010110 | 10000100 | 0 | 1010 | 101100 | 111 | 101111 | 1001010 | 1001000 |
Color Harmonies of #EDD684
Complementary color
Monochromatic Colors of #EDD684
Black with #EDD684
Text Example
Text Example
White with #EDD684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD684; }
p { color: rgb(237,214,132); }
H1.HeaderClassName
{
color: #EDD684;
}
.AnyTagClassName
{
color: #EDD684;
}
</style>
background-color css
<style>
a { background-color: #EDD684; }
a { background-color: rgb(237,214,132); }
div.DivClassName
{
background-color: #EDD684;
}
.BgClassName
{
background-color: #EDD684;
}
</style>
border-color css
<style>
span { border-color: #EDD684; }
span { border-color: rgb(237,214,132); }
td.TdClassName
{
border-color: #EDD684;
}
.TagClassName
{
border-color: #EDD684;
}
</style>