Shades of Buff #ECD387
Tints of Buff #ECD387
RGB
CMYK
RGB Variations
Color information
#ECD387 (or 0xECD387) is known color: Buff. HEX triplet: EC, D3 and 87. RGB value is (236,211,135). Sum of RGB (Red+Green+Blue) = 236+211+135=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD387 is #132C78. Grayscale: #D2D2D2. Windows color (decimal): -1256569 or 8901612. OLE color: 8901612.
HSL color Cylindrical-coordinate representation of color #ECD387: hue angle of 45.15º 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 #ECD387 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 135 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.07 |
| HSL | 45.15º | 0.73% | 0.73% | - |
| HSV(B) | 45.15º | 0.43% | 0.93% | - |
| XYZ | 62.26 | 66.17 | 32.41 | - |
| YUV | 209.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 135 | 0 | 0.11 | 0.43 | 0.07 | 45.15 | 0.73 | 0.73 |
| Hex | EC | D3 | 87 | 0 | B | 2B | 7 | 2D | 49 | 49 |
| Octal | 354 | 323 | 207 | 0 | 13 | 53 | 7 | 55 | 111 | 111 |
| Binary | 11101100 | 11010011 | 10000111 | 0 | 1011 | 101011 | 111 | 101101 | 1001001 | 1001001 |
Color Harmonies of #ECD387
Complementary color
Monochromatic Colors of #ECD387
Black with #ECD387
Text Example
Text Example
White with #ECD387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD387; }
p { color: rgb(236,211,135); }
H1.HeaderClassName
{
color: #ECD387;
}
.AnyTagClassName
{
color: #ECD387;
}
</style>
background-color css
<style>
a { background-color: #ECD387; }
a { background-color: rgb(236,211,135); }
div.DivClassName
{
background-color: #ECD387;
}
.BgClassName
{
background-color: #ECD387;
}
</style>
border-color css
<style>
span { border-color: #ECD387; }
span { border-color: rgb(236,211,135); }
td.TdClassName
{
border-color: #ECD387;
}
.TagClassName
{
border-color: #ECD387;
}
</style>