Shades of Buff #EDD580
Tints of Buff #EDD580
RGB
CMYK
RGB Variations
Color information
#EDD580 (or 0xEDD580) is known color: Buff. HEX triplet: ED, D5 and 80. RGB value is (237,213,128). Sum of RGB (Red+Green+Blue) = 237+213+128=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD580 is #122A7F. Grayscale: #D2D2D2. Windows color (decimal): -1190528 or 8443373. OLE color: 8443373.
HSL color Cylindrical-coordinate representation of color #EDD580: hue angle of 46.79º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDD580 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 128 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.07 |
| HSL | 46.79º | 0.75% | 0.72% | - |
| HSV(B) | 46.79º | 0.46% | 0.93% | - |
| XYZ | 62.62 | 67.15 | 30.08 | - |
| YUV | 210.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 128 | 0 | 0.10 | 0.46 | 0.07 | 46.79 | 0.75 | 0.72 |
| Hex | ED | D5 | 80 | 0 | A | 2E | 7 | 2F | 4B | 48 |
| Octal | 355 | 325 | 200 | 0 | 12 | 56 | 7 | 57 | 113 | 110 |
| Binary | 11101101 | 11010101 | 10000000 | 0 | 1010 | 101110 | 111 | 101111 | 1001011 | 1001000 |
Color Harmonies of #EDD580
Complementary color
Monochromatic Colors of #EDD580
Black with #EDD580
Text Example
Text Example
White with #EDD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD580; }
p { color: rgb(237,213,128); }
H1.HeaderClassName
{
color: #EDD580;
}
.AnyTagClassName
{
color: #EDD580;
}
</style>
background-color css
<style>
a { background-color: #EDD580; }
a { background-color: rgb(237,213,128); }
div.DivClassName
{
background-color: #EDD580;
}
.BgClassName
{
background-color: #EDD580;
}
</style>
border-color css
<style>
span { border-color: #EDD580; }
span { border-color: rgb(237,213,128); }
td.TdClassName
{
border-color: #EDD580;
}
.TagClassName
{
border-color: #EDD580;
}
</style>