Shades of Buff #EDD68A
Tints of Buff #EDD68A
RGB
CMYK
RGB Variations
Color information
#EDD68A (or 0xEDD68A) is known color: Buff. HEX triplet: ED, D6 and 8A. RGB value is (237,214,138). Sum of RGB (Red+Green+Blue) = 237+214+138=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD68A is #122975. Grayscale: #D4D4D4. Windows color (decimal): -1190262 or 9098989. OLE color: 9098989.
HSL color Cylindrical-coordinate representation of color #EDD68A: hue angle of 46.06º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDD68A is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 138 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.07 |
| HSL | 46.06º | 0.73% | 0.74% | - |
| HSV(B) | 46.06º | 0.42% | 0.93% | - |
| XYZ | 63.56 | 67.93 | 33.81 | - |
| YUV | 212.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 138 | 0 | 0.10 | 0.42 | 0.07 | 46.06 | 0.73 | 0.74 |
| Hex | ED | D6 | 8A | 0 | A | 2A | 7 | 2E | 49 | 4A |
| Octal | 355 | 326 | 212 | 0 | 12 | 52 | 7 | 56 | 111 | 112 |
| Binary | 11101101 | 11010110 | 10001010 | 0 | 1010 | 101010 | 111 | 101110 | 1001001 | 1001010 |
Color Harmonies of #EDD68A
Complementary color
Monochromatic Colors of #EDD68A
Black with #EDD68A
Text Example
Text Example
White with #EDD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD68A; }
p { color: rgb(237,214,138); }
H1.HeaderClassName
{
color: #EDD68A;
}
.AnyTagClassName
{
color: #EDD68A;
}
</style>
background-color css
<style>
a { background-color: #EDD68A; }
a { background-color: rgb(237,214,138); }
div.DivClassName
{
background-color: #EDD68A;
}
.BgClassName
{
background-color: #EDD68A;
}
</style>
border-color css
<style>
span { border-color: #EDD68A; }
span { border-color: rgb(237,214,138); }
td.TdClassName
{
border-color: #EDD68A;
}
.TagClassName
{
border-color: #EDD68A;
}
</style>