Shades of Buff #EED87D
Tints of Buff #EED87D
RGB
CMYK
RGB Variations
Color information
#EED87D (or 0xEED87D) is known color: Buff. HEX triplet: EE, D8 and 7D. RGB value is (238,216,125). Sum of RGB (Red+Green+Blue) = 238+216+125=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EED87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED87D is #112782. Grayscale: #D4D4D4. Windows color (decimal): -1124227 or 8247534. OLE color: 8247534.
HSL color Cylindrical-coordinate representation of color #EED87D: hue angle of 48.32º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED87D is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 125 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.07 |
| HSL | 48.32º | 0.77% | 0.71% | - |
| HSV(B) | 48.32º | 0.47% | 0.93% | - |
| XYZ | 63.52 | 68.77 | 29.33 | - |
| YUV | 212.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 125 | 0 | 0.09 | 0.47 | 0.07 | 48.32 | 0.77 | 0.71 |
| Hex | EE | D8 | 7D | 0 | 9 | 2F | 7 | 30 | 4D | 47 |
| Octal | 356 | 330 | 175 | 0 | 11 | 57 | 7 | 60 | 115 | 107 |
| Binary | 11101110 | 11011000 | 1111101 | 0 | 1001 | 101111 | 111 | 110000 | 1001101 | 1000111 |
Color Harmonies of #EED87D
Complementary color
Monochromatic Colors of #EED87D
Black with #EED87D
Text Example
Text Example
White with #EED87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED87D; }
p { color: rgb(238,216,125); }
H1.HeaderClassName
{
color: #EED87D;
}
.AnyTagClassName
{
color: #EED87D;
}
</style>
background-color css
<style>
a { background-color: #EED87D; }
a { background-color: rgb(238,216,125); }
div.DivClassName
{
background-color: #EED87D;
}
.BgClassName
{
background-color: #EED87D;
}
</style>
border-color css
<style>
span { border-color: #EED87D; }
span { border-color: rgb(238,216,125); }
td.TdClassName
{
border-color: #EED87D;
}
.TagClassName
{
border-color: #EED87D;
}
</style>