Shades of Buff #EDD785
Tints of Buff #EDD785
RGB
CMYK
RGB Variations
Color information
#EDD785 (or 0xEDD785) is known color: Buff. HEX triplet: ED, D7 and 85. RGB value is (237,215,133). Sum of RGB (Red+Green+Blue) = 237+215+133=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD785 is #12287A. Grayscale: #D4D4D4. Windows color (decimal): -1190011 or 8771565. OLE color: 8771565.
HSL color Cylindrical-coordinate representation of color #EDD785: hue angle of 47.31º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD785 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 133 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.07 |
| HSL | 47.31º | 0.74% | 0.73% | - |
| HSV(B) | 47.31º | 0.44% | 0.93% | - |
| XYZ | 63.46 | 68.3 | 32.03 | - |
| YUV | 212.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 133 | 0 | 0.09 | 0.44 | 0.07 | 47.31 | 0.74 | 0.73 |
| Hex | ED | D7 | 85 | 0 | 9 | 2C | 7 | 2F | 4A | 49 |
| Octal | 355 | 327 | 205 | 0 | 11 | 54 | 7 | 57 | 112 | 111 |
| Binary | 11101101 | 11010111 | 10000101 | 0 | 1001 | 101100 | 111 | 101111 | 1001010 | 1001001 |
Color Harmonies of #EDD785
Complementary color
Monochromatic Colors of #EDD785
Black with #EDD785
Text Example
Text Example
White with #EDD785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD785; }
p { color: rgb(237,215,133); }
H1.HeaderClassName
{
color: #EDD785;
}
.AnyTagClassName
{
color: #EDD785;
}
</style>
background-color css
<style>
a { background-color: #EDD785; }
a { background-color: rgb(237,215,133); }
div.DivClassName
{
background-color: #EDD785;
}
.BgClassName
{
background-color: #EDD785;
}
</style>
border-color css
<style>
span { border-color: #EDD785; }
span { border-color: rgb(237,215,133); }
td.TdClassName
{
border-color: #EDD785;
}
.TagClassName
{
border-color: #EDD785;
}
</style>