Shades of Buff #EED687
Tints of Buff #EED687
RGB
CMYK
RGB Variations
Color information
#EED687 (or 0xEED687) is known color: Buff. HEX triplet: EE, D6 and 87. RGB value is (238,214,135). Sum of RGB (Red+Green+Blue) = 238+214+135=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED687 is #112978. Grayscale: #D4D4D4. Windows color (decimal): -1124729 or 8902382. OLE color: 8902382.
HSL color Cylindrical-coordinate representation of color #EED687: hue angle of 46.02º degrees, saturation: 0.75, 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 #EED687 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 135 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.07 |
| HSL | 46.02º | 0.75% | 0.73% | - |
| HSV(B) | 46.02º | 0.43% | 0.93% | - |
| XYZ | 63.68 | 68.02 | 32.69 | - |
| YUV | 212.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 135 | 0 | 0.10 | 0.43 | 0.07 | 46.02 | 0.75 | 0.73 |
| Hex | EE | D6 | 87 | 0 | A | 2B | 7 | 2E | 4B | 49 |
| Octal | 356 | 326 | 207 | 0 | 12 | 53 | 7 | 56 | 113 | 111 |
| Binary | 11101110 | 11010110 | 10000111 | 0 | 1010 | 101011 | 111 | 101110 | 1001011 | 1001001 |
Color Harmonies of #EED687
Complementary color
Monochromatic Colors of #EED687
Black with #EED687
Text Example
Text Example
White with #EED687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED687; }
p { color: rgb(238,214,135); }
H1.HeaderClassName
{
color: #EED687;
}
.AnyTagClassName
{
color: #EED687;
}
</style>
background-color css
<style>
a { background-color: #EED687; }
a { background-color: rgb(238,214,135); }
div.DivClassName
{
background-color: #EED687;
}
.BgClassName
{
background-color: #EED687;
}
</style>
border-color css
<style>
span { border-color: #EED687; }
span { border-color: rgb(238,214,135); }
td.TdClassName
{
border-color: #EED687;
}
.TagClassName
{
border-color: #EED687;
}
</style>