Shades of Buff #EDD488
Tints of Buff #EDD488
RGB
CMYK
RGB Variations
Color information
#EDD488 (or 0xEDD488) is known color: Buff. HEX triplet: ED, D4 and 88. RGB value is (237,212,136). Sum of RGB (Red+Green+Blue) = 237+212+136=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD488 is #122B77. Grayscale: #D3D3D3. Windows color (decimal): -1190776 or 8967405. OLE color: 8967405.
HSL color Cylindrical-coordinate representation of color #EDD488: hue angle of 45.15º 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 #EDD488 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 136 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.07 |
| HSL | 45.15º | 0.74% | 0.73% | - |
| HSV(B) | 45.15º | 0.43% | 0.93% | - |
| XYZ | 62.91 | 66.87 | 32.88 | - |
| YUV | 210.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 136 | 0 | 0.11 | 0.43 | 0.07 | 45.15 | 0.74 | 0.73 |
| Hex | ED | D4 | 88 | 0 | B | 2B | 7 | 2D | 4A | 49 |
| Octal | 355 | 324 | 210 | 0 | 13 | 53 | 7 | 55 | 112 | 111 |
| Binary | 11101101 | 11010100 | 10001000 | 0 | 1011 | 101011 | 111 | 101101 | 1001010 | 1001001 |
Color Harmonies of #EDD488
Complementary color
Monochromatic Colors of #EDD488
Black with #EDD488
Text Example
Text Example
White with #EDD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD488; }
p { color: rgb(237,212,136); }
H1.HeaderClassName
{
color: #EDD488;
}
.AnyTagClassName
{
color: #EDD488;
}
</style>
background-color css
<style>
a { background-color: #EDD488; }
a { background-color: rgb(237,212,136); }
div.DivClassName
{
background-color: #EDD488;
}
.BgClassName
{
background-color: #EDD488;
}
</style>
border-color css
<style>
span { border-color: #EDD488; }
span { border-color: rgb(237,212,136); }
td.TdClassName
{
border-color: #EDD488;
}
.TagClassName
{
border-color: #EDD488;
}
</style>