Shades of Buff #EDD68B
Tints of Buff #EDD68B
RGB
CMYK
RGB Variations
Color information
#EDD68B (or 0xEDD68B) is known color: Buff. HEX triplet: ED, D6 and 8B. RGB value is (237,214,139). Sum of RGB (Red+Green+Blue) = 237+214+139=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD68B is #122974. Grayscale: #D4D4D4. Windows color (decimal): -1190261 or 9164525. OLE color: 9164525.
HSL color Cylindrical-coordinate representation of color #EDD68B: hue angle of 45.92º 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 #EDD68B is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 139 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.07 |
| HSL | 45.92º | 0.73% | 0.74% | - |
| HSV(B) | 45.92º | 0.41% | 0.93% | - |
| XYZ | 63.63 | 67.96 | 34.19 | - |
| YUV | 212.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 139 | 0 | 0.10 | 0.41 | 0.07 | 45.92 | 0.73 | 0.74 |
| Hex | ED | D6 | 8B | 0 | A | 29 | 7 | 2E | 49 | 4A |
| Octal | 355 | 326 | 213 | 0 | 12 | 51 | 7 | 56 | 111 | 112 |
| Binary | 11101101 | 11010110 | 10001011 | 0 | 1010 | 101001 | 111 | 101110 | 1001001 | 1001010 |
Color Harmonies of #EDD68B
Complementary color
Monochromatic Colors of #EDD68B
Black with #EDD68B
Text Example
Text Example
White with #EDD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD68B; }
p { color: rgb(237,214,139); }
H1.HeaderClassName
{
color: #EDD68B;
}
.AnyTagClassName
{
color: #EDD68B;
}
</style>
background-color css
<style>
a { background-color: #EDD68B; }
a { background-color: rgb(237,214,139); }
div.DivClassName
{
background-color: #EDD68B;
}
.BgClassName
{
background-color: #EDD68B;
}
</style>
border-color css
<style>
span { border-color: #EDD68B; }
span { border-color: rgb(237,214,139); }
td.TdClassName
{
border-color: #EDD68B;
}
.TagClassName
{
border-color: #EDD68B;
}
</style>