Shades of Buff #EDD78C
Tints of Buff #EDD78C
RGB
CMYK
RGB Variations
Color information
#EDD78C (or 0xEDD78C) is known color: Buff. HEX triplet: ED, D7 and 8C. RGB value is (237,215,140). Sum of RGB (Red+Green+Blue) = 237+215+140=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD78C is #122873. Grayscale: #D5D5D5. Windows color (decimal): -1190004 or 9230317. OLE color: 9230317.
HSL color Cylindrical-coordinate representation of color #EDD78C: hue angle of 46.39º 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 #EDD78C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 140 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.07 |
| HSL | 46.39º | 0.73% | 0.74% | - |
| HSV(B) | 46.39º | 0.41% | 0.93% | - |
| XYZ | 63.96 | 68.5 | 34.66 | - |
| YUV | 213.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 140 | 0 | 0.09 | 0.41 | 0.07 | 46.39 | 0.73 | 0.74 |
| Hex | ED | D7 | 8C | 0 | 9 | 29 | 7 | 2E | 49 | 4A |
| Octal | 355 | 327 | 214 | 0 | 11 | 51 | 7 | 56 | 111 | 112 |
| Binary | 11101101 | 11010111 | 10001100 | 0 | 1001 | 101001 | 111 | 101110 | 1001001 | 1001010 |
Color Harmonies of #EDD78C
Complementary color
Monochromatic Colors of #EDD78C
Black with #EDD78C
Text Example
Text Example
White with #EDD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD78C; }
p { color: rgb(237,215,140); }
H1.HeaderClassName
{
color: #EDD78C;
}
.AnyTagClassName
{
color: #EDD78C;
}
</style>
background-color css
<style>
a { background-color: #EDD78C; }
a { background-color: rgb(237,215,140); }
div.DivClassName
{
background-color: #EDD78C;
}
.BgClassName
{
background-color: #EDD78C;
}
</style>
border-color css
<style>
span { border-color: #EDD78C; }
span { border-color: rgb(237,215,140); }
td.TdClassName
{
border-color: #EDD78C;
}
.TagClassName
{
border-color: #EDD78C;
}
</style>