Shades of Buff #EDD388
Tints of Buff #EDD388
RGB
CMYK
RGB Variations
Color information
#EDD388 (or 0xEDD388) is known color: Buff. HEX triplet: ED, D3 and 88. RGB value is (237,211,136). Sum of RGB (Red+Green+Blue) = 237+211+136=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD388 is #122C77. Grayscale: #D2D2D2. Windows color (decimal): -1191032 or 8967149. OLE color: 8967149.
HSL color Cylindrical-coordinate representation of color #EDD388: hue angle of 44.55º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDD388 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 136 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.07 |
| HSL | 44.55º | 0.74% | 0.73% | - |
| HSV(B) | 44.55º | 0.43% | 0.93% | - |
| XYZ | 62.66 | 66.37 | 32.8 | - |
| YUV | 210.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 136 | 0 | 0.11 | 0.43 | 0.07 | 44.55 | 0.74 | 0.73 |
| Hex | ED | D3 | 88 | 0 | B | 2B | 7 | 2D | 4A | 49 |
| Octal | 355 | 323 | 210 | 0 | 13 | 53 | 7 | 55 | 112 | 111 |
| Binary | 11101101 | 11010011 | 10001000 | 0 | 1011 | 101011 | 111 | 101101 | 1001010 | 1001001 |
Color Harmonies of #EDD388
Complementary color
Monochromatic Colors of #EDD388
Black with #EDD388
Text Example
Text Example
White with #EDD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD388; }
p { color: rgb(237,211,136); }
H1.HeaderClassName
{
color: #EDD388;
}
.AnyTagClassName
{
color: #EDD388;
}
</style>
background-color css
<style>
a { background-color: #EDD388; }
a { background-color: rgb(237,211,136); }
div.DivClassName
{
background-color: #EDD388;
}
.BgClassName
{
background-color: #EDD388;
}
</style>
border-color css
<style>
span { border-color: #EDD388; }
span { border-color: rgb(237,211,136); }
td.TdClassName
{
border-color: #EDD388;
}
.TagClassName
{
border-color: #EDD388;
}
</style>