Shades of Buff #EDD581
Tints of Buff #EDD581
RGB
CMYK
RGB Variations
Color information
#EDD581 (or 0xEDD581) is known color: Buff. HEX triplet: ED, D5 and 81. RGB value is (237,213,129). Sum of RGB (Red+Green+Blue) = 237+213+129=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD581 is #122A7E. Grayscale: #D2D2D2. Windows color (decimal): -1190527 or 8508909. OLE color: 8508909.
HSL color Cylindrical-coordinate representation of color #EDD581: hue angle of 46.67º 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 #EDD581 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 129 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.07 |
| HSL | 46.67º | 0.75% | 0.72% | - |
| HSV(B) | 46.67º | 0.46% | 0.93% | - |
| XYZ | 62.68 | 67.18 | 30.43 | - |
| YUV | 210.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 129 | 0 | 0.10 | 0.46 | 0.07 | 46.67 | 0.75 | 0.72 |
| Hex | ED | D5 | 81 | 0 | A | 2E | 7 | 2F | 4B | 48 |
| Octal | 355 | 325 | 201 | 0 | 12 | 56 | 7 | 57 | 113 | 110 |
| Binary | 11101101 | 11010101 | 10000001 | 0 | 1010 | 101110 | 111 | 101111 | 1001011 | 1001000 |
Color Harmonies of #EDD581
Complementary color
Monochromatic Colors of #EDD581
Black with #EDD581
Text Example
Text Example
White with #EDD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD581; }
p { color: rgb(237,213,129); }
H1.HeaderClassName
{
color: #EDD581;
}
.AnyTagClassName
{
color: #EDD581;
}
</style>
background-color css
<style>
a { background-color: #EDD581; }
a { background-color: rgb(237,213,129); }
div.DivClassName
{
background-color: #EDD581;
}
.BgClassName
{
background-color: #EDD581;
}
</style>
border-color css
<style>
span { border-color: #EDD581; }
span { border-color: rgb(237,213,129); }
td.TdClassName
{
border-color: #EDD581;
}
.TagClassName
{
border-color: #EDD581;
}
</style>