Shades of Buff #EDD480
Tints of Buff #EDD480
RGB
CMYK
RGB Variations
Color information
#EDD480 (or 0xEDD480) is known color: Buff. HEX triplet: ED, D4 and 80. RGB value is (237,212,128). Sum of RGB (Red+Green+Blue) = 237+212+128=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD480 is #122B7F. Grayscale: #D2D2D2. Windows color (decimal): -1190784 or 8443117. OLE color: 8443117.
HSL color Cylindrical-coordinate representation of color #EDD480: hue angle of 46.24º 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 #EDD480 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 128 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.07 |
| HSL | 46.24º | 0.75% | 0.72% | - |
| HSV(B) | 46.24º | 0.46% | 0.93% | - |
| XYZ | 62.36 | 66.65 | 30 | - |
| YUV | 209.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 128 | 0 | 0.11 | 0.46 | 0.07 | 46.24 | 0.75 | 0.72 |
| Hex | ED | D4 | 80 | 0 | B | 2E | 7 | 2E | 4B | 48 |
| Octal | 355 | 324 | 200 | 0 | 13 | 56 | 7 | 56 | 113 | 110 |
| Binary | 11101101 | 11010100 | 10000000 | 0 | 1011 | 101110 | 111 | 101110 | 1001011 | 1001000 |
Color Harmonies of #EDD480
Complementary color
Monochromatic Colors of #EDD480
Black with #EDD480
Text Example
Text Example
White with #EDD480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD480; }
p { color: rgb(237,212,128); }
H1.HeaderClassName
{
color: #EDD480;
}
.AnyTagClassName
{
color: #EDD480;
}
</style>
background-color css
<style>
a { background-color: #EDD480; }
a { background-color: rgb(237,212,128); }
div.DivClassName
{
background-color: #EDD480;
}
.BgClassName
{
background-color: #EDD480;
}
</style>
border-color css
<style>
span { border-color: #EDD480; }
span { border-color: rgb(237,212,128); }
td.TdClassName
{
border-color: #EDD480;
}
.TagClassName
{
border-color: #EDD480;
}
</style>