Shades of Buff #EED585
Tints of Buff #EED585
RGB
CMYK
RGB Variations
Color information
#EED585 (or 0xEED585) is known color: Buff. HEX triplet: EE, D5 and 85. RGB value is (238,213,133). Sum of RGB (Red+Green+Blue) = 238+213+133=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EED585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED585 is #112A7A. Grayscale: #D3D3D3. Windows color (decimal): -1124987 or 8771054. OLE color: 8771054.
HSL color Cylindrical-coordinate representation of color #EED585: hue angle of 45.71º 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 #EED585 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 133 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.07 |
| HSL | 45.71º | 0.76% | 0.73% | - |
| HSV(B) | 45.71º | 0.44% | 0.93% | - |
| XYZ | 63.29 | 67.46 | 31.88 | - |
| YUV | 211.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 133 | 0 | 0.11 | 0.44 | 0.07 | 45.71 | 0.76 | 0.73 |
| Hex | EE | D5 | 85 | 0 | B | 2C | 7 | 2E | 4C | 49 |
| Octal | 356 | 325 | 205 | 0 | 13 | 54 | 7 | 56 | 114 | 111 |
| Binary | 11101110 | 11010101 | 10000101 | 0 | 1011 | 101100 | 111 | 101110 | 1001100 | 1001001 |
Color Harmonies of #EED585
Complementary color
Monochromatic Colors of #EED585
Black with #EED585
Text Example
Text Example
White with #EED585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED585; }
p { color: rgb(238,213,133); }
H1.HeaderClassName
{
color: #EED585;
}
.AnyTagClassName
{
color: #EED585;
}
</style>
background-color css
<style>
a { background-color: #EED585; }
a { background-color: rgb(238,213,133); }
div.DivClassName
{
background-color: #EED585;
}
.BgClassName
{
background-color: #EED585;
}
</style>
border-color css
<style>
span { border-color: #EED585; }
span { border-color: rgb(238,213,133); }
td.TdClassName
{
border-color: #EED585;
}
.TagClassName
{
border-color: #EED585;
}
</style>