Shades of Buff #EDD588
Tints of Buff #EDD588
RGB
CMYK
RGB Variations
Color information
#EDD588 (or 0xEDD588) is known color: Buff. HEX triplet: ED, D5 and 88. RGB value is (237,213,136). Sum of RGB (Red+Green+Blue) = 237+213+136=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD588 is #122A77. Grayscale: #D3D3D3. Windows color (decimal): -1190520 or 8967661. OLE color: 8967661.
HSL color Cylindrical-coordinate representation of color #EDD588: hue angle of 45.74º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDD588 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 136 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.07 |
| HSL | 45.74º | 0.74% | 0.73% | - |
| HSV(B) | 45.74º | 0.43% | 0.93% | - |
| XYZ | 63.16 | 67.37 | 32.97 | - |
| YUV | 211.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 136 | 0 | 0.10 | 0.43 | 0.07 | 45.74 | 0.74 | 0.73 |
| Hex | ED | D5 | 88 | 0 | A | 2B | 7 | 2E | 4A | 49 |
| Octal | 355 | 325 | 210 | 0 | 12 | 53 | 7 | 56 | 112 | 111 |
| Binary | 11101101 | 11010101 | 10001000 | 0 | 1010 | 101011 | 111 | 101110 | 1001010 | 1001001 |
Color Harmonies of #EDD588
Complementary color
Monochromatic Colors of #EDD588
Black with #EDD588
Text Example
Text Example
White with #EDD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD588; }
p { color: rgb(237,213,136); }
H1.HeaderClassName
{
color: #EDD588;
}
.AnyTagClassName
{
color: #EDD588;
}
</style>
background-color css
<style>
a { background-color: #EDD588; }
a { background-color: rgb(237,213,136); }
div.DivClassName
{
background-color: #EDD588;
}
.BgClassName
{
background-color: #EDD588;
}
</style>
border-color css
<style>
span { border-color: #EDD588; }
span { border-color: rgb(237,213,136); }
td.TdClassName
{
border-color: #EDD588;
}
.TagClassName
{
border-color: #EDD588;
}
</style>