Shades of Buff #ECD487
Tints of Buff #ECD487
RGB
CMYK
RGB Variations
Color information
#ECD487 (or 0xECD487) is known color: Buff. HEX triplet: EC, D4 and 87. RGB value is (236,212,135). Sum of RGB (Red+Green+Blue) = 236+212+135=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD487 is #132B78. Grayscale: #D2D2D2. Windows color (decimal): -1256313 or 8901868. OLE color: 8901868.
HSL color Cylindrical-coordinate representation of color #ECD487: hue angle of 45.74º degrees, saturation: 0.73, 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 #ECD487 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 135 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.07 |
| HSL | 45.74º | 0.73% | 0.73% | - |
| HSV(B) | 45.74º | 0.43% | 0.93% | - |
| XYZ | 62.51 | 66.67 | 32.5 | - |
| YUV | 210.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 135 | 0 | 0.10 | 0.43 | 0.07 | 45.74 | 0.73 | 0.73 |
| Hex | EC | D4 | 87 | 0 | A | 2B | 7 | 2E | 49 | 49 |
| Octal | 354 | 324 | 207 | 0 | 12 | 53 | 7 | 56 | 111 | 111 |
| Binary | 11101100 | 11010100 | 10000111 | 0 | 1010 | 101011 | 111 | 101110 | 1001001 | 1001001 |
Color Harmonies of #ECD487
Complementary color
Monochromatic Colors of #ECD487
Black with #ECD487
Text Example
Text Example
White with #ECD487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD487; }
p { color: rgb(236,212,135); }
H1.HeaderClassName
{
color: #ECD487;
}
.AnyTagClassName
{
color: #ECD487;
}
</style>
background-color css
<style>
a { background-color: #ECD487; }
a { background-color: rgb(236,212,135); }
div.DivClassName
{
background-color: #ECD487;
}
.BgClassName
{
background-color: #ECD487;
}
</style>
border-color css
<style>
span { border-color: #ECD487; }
span { border-color: rgb(236,212,135); }
td.TdClassName
{
border-color: #ECD487;
}
.TagClassName
{
border-color: #ECD487;
}
</style>