Shades of Buff #EDD68E
Tints of Buff #EDD68E
RGB
CMYK
RGB Variations
Color information
#EDD68E (or 0xEDD68E) is known color: Buff. HEX triplet: ED, D6 and 8E. RGB value is (237,214,142). Sum of RGB (Red+Green+Blue) = 237+214+142=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD68E is #122971. Grayscale: #D4D4D4. Windows color (decimal): -1190258 or 9361133. OLE color: 9361133.
HSL color Cylindrical-coordinate representation of color #EDD68E: hue angle of 45.47º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDD68E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 142 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.07 |
| HSL | 45.47º | 0.73% | 0.74% | - |
| HSV(B) | 45.47º | 0.4% | 0.93% | - |
| XYZ | 63.85 | 68.05 | 35.36 | - |
| YUV | 212.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 142 | 0 | 0.10 | 0.40 | 0.07 | 45.47 | 0.73 | 0.74 |
| Hex | ED | D6 | 8E | 0 | A | 28 | 7 | 2D | 49 | 4A |
| Octal | 355 | 326 | 216 | 0 | 12 | 50 | 7 | 55 | 111 | 112 |
| Binary | 11101101 | 11010110 | 10001110 | 0 | 1010 | 101000 | 111 | 101101 | 1001001 | 1001010 |
Color Harmonies of #EDD68E
Complementary color
Monochromatic Colors of #EDD68E
Black with #EDD68E
Text Example
Text Example
White with #EDD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD68E; }
p { color: rgb(237,214,142); }
H1.HeaderClassName
{
color: #EDD68E;
}
.AnyTagClassName
{
color: #EDD68E;
}
</style>
background-color css
<style>
a { background-color: #EDD68E; }
a { background-color: rgb(237,214,142); }
div.DivClassName
{
background-color: #EDD68E;
}
.BgClassName
{
background-color: #EDD68E;
}
</style>
border-color css
<style>
span { border-color: #EDD68E; }
span { border-color: rgb(237,214,142); }
td.TdClassName
{
border-color: #EDD68E;
}
.TagClassName
{
border-color: #EDD68E;
}
</style>