Shades of Buff #EDD88C
Tints of Buff #EDD88C
RGB
CMYK
RGB Variations
Color information
#EDD88C (or 0xEDD88C) is known color: Buff. HEX triplet: ED, D8 and 8C. RGB value is (237,216,140). Sum of RGB (Red+Green+Blue) = 237+216+140=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD88C is #122773. Grayscale: #D5D5D5. Windows color (decimal): -1189748 or 9230573. OLE color: 9230573.
HSL color Cylindrical-coordinate representation of color #EDD88C: hue angle of 47.01º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDD88C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 140 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.07 |
| HSL | 47.01º | 0.73% | 0.74% | - |
| HSV(B) | 47.01º | 0.41% | 0.93% | - |
| XYZ | 64.21 | 69.01 | 34.75 | - |
| YUV | 213.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 140 | 0 | 0.09 | 0.41 | 0.07 | 47.01 | 0.73 | 0.74 |
| Hex | ED | D8 | 8C | 0 | 9 | 29 | 7 | 2F | 49 | 4A |
| Octal | 355 | 330 | 214 | 0 | 11 | 51 | 7 | 57 | 111 | 112 |
| Binary | 11101101 | 11011000 | 10001100 | 0 | 1001 | 101001 | 111 | 101111 | 1001001 | 1001010 |
Color Harmonies of #EDD88C
Complementary color
Monochromatic Colors of #EDD88C
Black with #EDD88C
Text Example
Text Example
White with #EDD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD88C; }
p { color: rgb(237,216,140); }
H1.HeaderClassName
{
color: #EDD88C;
}
.AnyTagClassName
{
color: #EDD88C;
}
</style>
background-color css
<style>
a { background-color: #EDD88C; }
a { background-color: rgb(237,216,140); }
div.DivClassName
{
background-color: #EDD88C;
}
.BgClassName
{
background-color: #EDD88C;
}
</style>
border-color css
<style>
span { border-color: #EDD88C; }
span { border-color: rgb(237,216,140); }
td.TdClassName
{
border-color: #EDD88C;
}
.TagClassName
{
border-color: #EDD88C;
}
</style>