Shades of Buff #EDD38B
Tints of Buff #EDD38B
RGB
CMYK
RGB Variations
Color information
#EDD38B (or 0xEDD38B) is known color: Buff. HEX triplet: ED, D3 and 8B. RGB value is (237,211,139). Sum of RGB (Red+Green+Blue) = 237+211+139=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD38B is #122C74. Grayscale: #D2D2D2. Windows color (decimal): -1191029 or 9163757. OLE color: 9163757.
HSL color Cylindrical-coordinate representation of color #EDD38B: hue angle of 44.08º 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 #EDD38B is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 139 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.07 |
| HSL | 44.08º | 0.73% | 0.74% | - |
| HSV(B) | 44.08º | 0.41% | 0.93% | - |
| XYZ | 62.88 | 66.46 | 33.94 | - |
| YUV | 210.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 139 | 0 | 0.11 | 0.41 | 0.07 | 44.08 | 0.73 | 0.74 |
| Hex | ED | D3 | 8B | 0 | B | 29 | 7 | 2C | 49 | 4A |
| Octal | 355 | 323 | 213 | 0 | 13 | 51 | 7 | 54 | 111 | 112 |
| Binary | 11101101 | 11010011 | 10001011 | 0 | 1011 | 101001 | 111 | 101100 | 1001001 | 1001010 |
Color Harmonies of #EDD38B
Complementary color
Monochromatic Colors of #EDD38B
Black with #EDD38B
Text Example
Text Example
White with #EDD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD38B; }
p { color: rgb(237,211,139); }
H1.HeaderClassName
{
color: #EDD38B;
}
.AnyTagClassName
{
color: #EDD38B;
}
</style>
background-color css
<style>
a { background-color: #EDD38B; }
a { background-color: rgb(237,211,139); }
div.DivClassName
{
background-color: #EDD38B;
}
.BgClassName
{
background-color: #EDD38B;
}
</style>
border-color css
<style>
span { border-color: #EDD38B; }
span { border-color: rgb(237,211,139); }
td.TdClassName
{
border-color: #EDD38B;
}
.TagClassName
{
border-color: #EDD38B;
}
</style>