Shades of Buff #EDD58B
Tints of Buff #EDD58B
RGB
CMYK
RGB Variations
Color information
#EDD58B (or 0xEDD58B) is known color: Buff. HEX triplet: ED, D5 and 8B. RGB value is (237,213,139). Sum of RGB (Red+Green+Blue) = 237+213+139=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD58B is #122A74. Grayscale: #D4D4D4. Windows color (decimal): -1190517 or 9164269. OLE color: 9164269.
HSL color Cylindrical-coordinate representation of color #EDD58B: hue angle of 45.31º 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 #EDD58B is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 139 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.07 |
| HSL | 45.31º | 0.73% | 0.74% | - |
| HSV(B) | 45.31º | 0.41% | 0.93% | - |
| XYZ | 63.38 | 67.46 | 34.11 | - |
| YUV | 211.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 139 | 0 | 0.10 | 0.41 | 0.07 | 45.31 | 0.73 | 0.74 |
| Hex | ED | D5 | 8B | 0 | A | 29 | 7 | 2D | 49 | 4A |
| Octal | 355 | 325 | 213 | 0 | 12 | 51 | 7 | 55 | 111 | 112 |
| Binary | 11101101 | 11010101 | 10001011 | 0 | 1010 | 101001 | 111 | 101101 | 1001001 | 1001010 |
Color Harmonies of #EDD58B
Complementary color
Monochromatic Colors of #EDD58B
Black with #EDD58B
Text Example
Text Example
White with #EDD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD58B; }
p { color: rgb(237,213,139); }
H1.HeaderClassName
{
color: #EDD58B;
}
.AnyTagClassName
{
color: #EDD58B;
}
</style>
background-color css
<style>
a { background-color: #EDD58B; }
a { background-color: rgb(237,213,139); }
div.DivClassName
{
background-color: #EDD58B;
}
.BgClassName
{
background-color: #EDD58B;
}
</style>
border-color css
<style>
span { border-color: #EDD58B; }
span { border-color: rgb(237,213,139); }
td.TdClassName
{
border-color: #EDD58B;
}
.TagClassName
{
border-color: #EDD58B;
}
</style>