Shades of Buff #ECD380
Tints of Buff #ECD380
RGB
CMYK
RGB Variations
Color information
#ECD380 (or 0xECD380) is known color: Buff. HEX triplet: EC, D3 and 80. RGB value is (236,211,128). Sum of RGB (Red+Green+Blue) = 236+211+128=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD380 is #132C7F. Grayscale: #D1D1D1. Windows color (decimal): -1256576 or 8442860. OLE color: 8442860.
HSL color Cylindrical-coordinate representation of color #ECD380: hue angle of 46.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECD380 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 128 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.07 |
| HSL | 46.11º | 0.74% | 0.71% | - |
| HSV(B) | 46.11º | 0.46% | 0.93% | - |
| XYZ | 61.78 | 65.98 | 29.9 | - |
| YUV | 209.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 128 | 0 | 0.11 | 0.46 | 0.07 | 46.11 | 0.74 | 0.71 |
| Hex | EC | D3 | 80 | 0 | B | 2E | 7 | 2E | 4A | 47 |
| Octal | 354 | 323 | 200 | 0 | 13 | 56 | 7 | 56 | 112 | 107 |
| Binary | 11101100 | 11010011 | 10000000 | 0 | 1011 | 101110 | 111 | 101110 | 1001010 | 1000111 |
Color Harmonies of #ECD380
Complementary color
Monochromatic Colors of #ECD380
Black with #ECD380
Text Example
Text Example
White with #ECD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD380; }
p { color: rgb(236,211,128); }
H1.HeaderClassName
{
color: #ECD380;
}
.AnyTagClassName
{
color: #ECD380;
}
</style>
background-color css
<style>
a { background-color: #ECD380; }
a { background-color: rgb(236,211,128); }
div.DivClassName
{
background-color: #ECD380;
}
.BgClassName
{
background-color: #ECD380;
}
</style>
border-color css
<style>
span { border-color: #ECD380; }
span { border-color: rgb(236,211,128); }
td.TdClassName
{
border-color: #ECD380;
}
.TagClassName
{
border-color: #ECD380;
}
</style>