Shades of Buff #ECD58B
Tints of Buff #ECD58B
RGB
CMYK
RGB Variations
Color information
#ECD58B (or 0xECD58B) is known color: Buff. HEX triplet: EC, D5 and 8B. RGB value is (236,213,139). Sum of RGB (Red+Green+Blue) = 236+213+139=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD58B is #132A74. Grayscale: #D3D3D3. Windows color (decimal): -1256053 or 9164268. OLE color: 9164268.
HSL color Cylindrical-coordinate representation of color #ECD58B: hue angle of 45.77º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECD58B is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 139 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.07 |
| HSL | 45.77º | 0.72% | 0.74% | - |
| HSV(B) | 45.77º | 0.41% | 0.93% | - |
| XYZ | 63.05 | 67.29 | 34.09 | - |
| YUV | 211.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 139 | 0 | 0.10 | 0.41 | 0.07 | 45.77 | 0.72 | 0.74 |
| Hex | EC | D5 | 8B | 0 | A | 29 | 7 | 2E | 48 | 4A |
| Octal | 354 | 325 | 213 | 0 | 12 | 51 | 7 | 56 | 110 | 112 |
| Binary | 11101100 | 11010101 | 10001011 | 0 | 1010 | 101001 | 111 | 101110 | 1001000 | 1001010 |
Color Harmonies of #ECD58B
Complementary color
Monochromatic Colors of #ECD58B
Black with #ECD58B
Text Example
Text Example
White with #ECD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD58B; }
p { color: rgb(236,213,139); }
H1.HeaderClassName
{
color: #ECD58B;
}
.AnyTagClassName
{
color: #ECD58B;
}
</style>
background-color css
<style>
a { background-color: #ECD58B; }
a { background-color: rgb(236,213,139); }
div.DivClassName
{
background-color: #ECD58B;
}
.BgClassName
{
background-color: #ECD58B;
}
</style>
border-color css
<style>
span { border-color: #ECD58B; }
span { border-color: rgb(236,213,139); }
td.TdClassName
{
border-color: #ECD58B;
}
.TagClassName
{
border-color: #ECD58B;
}
</style>