Shades of Buff #EDD78B
Tints of Buff #EDD78B
RGB
CMYK
RGB Variations
Color information
#EDD78B (or 0xEDD78B) is known color: Buff. HEX triplet: ED, D7 and 8B. RGB value is (237,215,139). Sum of RGB (Red+Green+Blue) = 237+215+139=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD78B is #122874. Grayscale: #D5D5D5. Windows color (decimal): -1190005 or 9164781. OLE color: 9164781.
HSL color Cylindrical-coordinate representation of color #EDD78B: hue angle of 46.53º 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 #EDD78B is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 139 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.07 |
| HSL | 46.53º | 0.73% | 0.74% | - |
| HSV(B) | 46.53º | 0.41% | 0.93% | - |
| XYZ | 63.89 | 68.47 | 34.27 | - |
| YUV | 212.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 139 | 0 | 0.09 | 0.41 | 0.07 | 46.53 | 0.73 | 0.74 |
| Hex | ED | D7 | 8B | 0 | 9 | 29 | 7 | 2F | 49 | 4A |
| Octal | 355 | 327 | 213 | 0 | 11 | 51 | 7 | 57 | 111 | 112 |
| Binary | 11101101 | 11010111 | 10001011 | 0 | 1001 | 101001 | 111 | 101111 | 1001001 | 1001010 |
Color Harmonies of #EDD78B
Complementary color
Monochromatic Colors of #EDD78B
Black with #EDD78B
Text Example
Text Example
White with #EDD78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD78B; }
p { color: rgb(237,215,139); }
H1.HeaderClassName
{
color: #EDD78B;
}
.AnyTagClassName
{
color: #EDD78B;
}
</style>
background-color css
<style>
a { background-color: #EDD78B; }
a { background-color: rgb(237,215,139); }
div.DivClassName
{
background-color: #EDD78B;
}
.BgClassName
{
background-color: #EDD78B;
}
</style>
border-color css
<style>
span { border-color: #EDD78B; }
span { border-color: rgb(237,215,139); }
td.TdClassName
{
border-color: #EDD78B;
}
.TagClassName
{
border-color: #EDD78B;
}
</style>