Shades of Buff #EED785
Tints of Buff #EED785
RGB
CMYK
RGB Variations
Color information
#EED785 (or 0xEED785) is known color: Buff. HEX triplet: EE, D7 and 85. RGB value is (238,215,133). Sum of RGB (Red+Green+Blue) = 238+215+133=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EED785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED785 is #11287A. Grayscale: #D4D4D4. Windows color (decimal): -1124475 or 8771566. OLE color: 8771566.
HSL color Cylindrical-coordinate representation of color #EED785: hue angle of 46.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EED785 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 133 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.07 |
| HSL | 46.86º | 0.76% | 0.73% | - |
| HSV(B) | 46.86º | 0.44% | 0.93% | - |
| XYZ | 63.79 | 68.47 | 32.04 | - |
| YUV | 212.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 133 | 0 | 0.10 | 0.44 | 0.07 | 46.86 | 0.76 | 0.73 |
| Hex | EE | D7 | 85 | 0 | A | 2C | 7 | 2F | 4C | 49 |
| Octal | 356 | 327 | 205 | 0 | 12 | 54 | 7 | 57 | 114 | 111 |
| Binary | 11101110 | 11010111 | 10000101 | 0 | 1010 | 101100 | 111 | 101111 | 1001100 | 1001001 |
Color Harmonies of #EED785
Complementary color
Monochromatic Colors of #EED785
Black with #EED785
Text Example
Text Example
White with #EED785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED785; }
p { color: rgb(238,215,133); }
H1.HeaderClassName
{
color: #EED785;
}
.AnyTagClassName
{
color: #EED785;
}
</style>
background-color css
<style>
a { background-color: #EED785; }
a { background-color: rgb(238,215,133); }
div.DivClassName
{
background-color: #EED785;
}
.BgClassName
{
background-color: #EED785;
}
</style>
border-color css
<style>
span { border-color: #EED785; }
span { border-color: rgb(238,215,133); }
td.TdClassName
{
border-color: #EED785;
}
.TagClassName
{
border-color: #EED785;
}
</style>