Shades of Buff #EDD385
Tints of Buff #EDD385
RGB
CMYK
RGB Variations
Color information
#EDD385 (or 0xEDD385) is known color: Buff. HEX triplet: ED, D3 and 85. RGB value is (237,211,133). Sum of RGB (Red+Green+Blue) = 237+211+133=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD385 is #122C7A. Grayscale: #D2D2D2. Windows color (decimal): -1191035 or 8770541. OLE color: 8770541.
HSL color Cylindrical-coordinate representation of color #EDD385: hue angle of 45º 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 #EDD385 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 133 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.07 |
| HSL | 45º | 0.74% | 0.73% | - |
| HSV(B) | 45º | 0.44% | 0.93% | - |
| XYZ | 62.45 | 66.29 | 31.69 | - |
| YUV | 209.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 133 | 0 | 0.11 | 0.44 | 0.07 | 45 | 0.74 | 0.73 |
| Hex | ED | D3 | 85 | 0 | B | 2C | 7 | 2D | 4A | 49 |
| Octal | 355 | 323 | 205 | 0 | 13 | 54 | 7 | 55 | 112 | 111 |
| Binary | 11101101 | 11010011 | 10000101 | 0 | 1011 | 101100 | 111 | 101101 | 1001010 | 1001001 |
Color Harmonies of #EDD385
Complementary color
Monochromatic Colors of #EDD385
Black with #EDD385
Text Example
Text Example
White with #EDD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD385; }
p { color: rgb(237,211,133); }
H1.HeaderClassName
{
color: #EDD385;
}
.AnyTagClassName
{
color: #EDD385;
}
</style>
background-color css
<style>
a { background-color: #EDD385; }
a { background-color: rgb(237,211,133); }
div.DivClassName
{
background-color: #EDD385;
}
.BgClassName
{
background-color: #EDD385;
}
</style>
border-color css
<style>
span { border-color: #EDD385; }
span { border-color: rgb(237,211,133); }
td.TdClassName
{
border-color: #EDD385;
}
.TagClassName
{
border-color: #EDD385;
}
</style>