Shades of Buff #EDD685
Tints of Buff #EDD685
RGB
CMYK
RGB Variations
Color information
#EDD685 (or 0xEDD685) is known color: Buff. HEX triplet: ED, D6 and 85. RGB value is (237,214,133). Sum of RGB (Red+Green+Blue) = 237+214+133=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD685 is #12297A. Grayscale: #D3D3D3. Windows color (decimal): -1190267 or 8771309. OLE color: 8771309.
HSL color Cylindrical-coordinate representation of color #EDD685: hue angle of 46.73º 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 #EDD685 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 133 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.07 |
| HSL | 46.73º | 0.74% | 0.73% | - |
| HSV(B) | 46.73º | 0.44% | 0.93% | - |
| XYZ | 63.21 | 67.79 | 31.94 | - |
| YUV | 211.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 133 | 0 | 0.10 | 0.44 | 0.07 | 46.73 | 0.74 | 0.73 |
| Hex | ED | D6 | 85 | 0 | A | 2C | 7 | 2F | 4A | 49 |
| Octal | 355 | 326 | 205 | 0 | 12 | 54 | 7 | 57 | 112 | 111 |
| Binary | 11101101 | 11010110 | 10000101 | 0 | 1010 | 101100 | 111 | 101111 | 1001010 | 1001001 |
Color Harmonies of #EDD685
Complementary color
Monochromatic Colors of #EDD685
Black with #EDD685
Text Example
Text Example
White with #EDD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD685; }
p { color: rgb(237,214,133); }
H1.HeaderClassName
{
color: #EDD685;
}
.AnyTagClassName
{
color: #EDD685;
}
</style>
background-color css
<style>
a { background-color: #EDD685; }
a { background-color: rgb(237,214,133); }
div.DivClassName
{
background-color: #EDD685;
}
.BgClassName
{
background-color: #EDD685;
}
</style>
border-color css
<style>
span { border-color: #EDD685; }
span { border-color: rgb(237,214,133); }
td.TdClassName
{
border-color: #EDD685;
}
.TagClassName
{
border-color: #EDD685;
}
</style>