Shades of Buff #EDD38C
Tints of Buff #EDD38C
RGB
CMYK
RGB Variations
Color information
#EDD38C (or 0xEDD38C) is known color: Buff. HEX triplet: ED, D3 and 8C. RGB value is (237,211,140). Sum of RGB (Red+Green+Blue) = 237+211+140=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD38C is #122C73. Grayscale: #D2D2D2. Windows color (decimal): -1191028 or 9229293. OLE color: 9229293.
HSL color Cylindrical-coordinate representation of color #EDD38C: hue angle of 43.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 #EDD38C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 140 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.07 |
| HSL | 43.92º | 0.73% | 0.74% | - |
| HSV(B) | 43.92º | 0.41% | 0.93% | - |
| XYZ | 62.95 | 66.49 | 34.33 | - |
| YUV | 210.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 140 | 0 | 0.11 | 0.41 | 0.07 | 43.92 | 0.73 | 0.74 |
| Hex | ED | D3 | 8C | 0 | B | 29 | 7 | 2C | 49 | 4A |
| Octal | 355 | 323 | 214 | 0 | 13 | 51 | 7 | 54 | 111 | 112 |
| Binary | 11101101 | 11010011 | 10001100 | 0 | 1011 | 101001 | 111 | 101100 | 1001001 | 1001010 |
Color Harmonies of #EDD38C
Complementary color
Monochromatic Colors of #EDD38C
Black with #EDD38C
Text Example
Text Example
White with #EDD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD38C; }
p { color: rgb(237,211,140); }
H1.HeaderClassName
{
color: #EDD38C;
}
.AnyTagClassName
{
color: #EDD38C;
}
</style>
background-color css
<style>
a { background-color: #EDD38C; }
a { background-color: rgb(237,211,140); }
div.DivClassName
{
background-color: #EDD38C;
}
.BgClassName
{
background-color: #EDD38C;
}
</style>
border-color css
<style>
span { border-color: #EDD38C; }
span { border-color: rgb(237,211,140); }
td.TdClassName
{
border-color: #EDD38C;
}
.TagClassName
{
border-color: #EDD38C;
}
</style>