Shades of Buff #ECD68D
Tints of Buff #ECD68D
RGB
CMYK
RGB Variations
Color information
#ECD68D (or 0xECD68D) is known color: Buff. HEX triplet: EC, D6 and 8D. RGB value is (236,214,141). Sum of RGB (Red+Green+Blue) = 236+214+141=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD68D is #132972. Grayscale: #D4D4D4. Windows color (decimal): -1255795 or 9295596. OLE color: 9295596.
HSL color Cylindrical-coordinate representation of color #ECD68D: hue angle of 46.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECD68D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 141 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.07 |
| HSL | 46.11º | 0.71% | 0.74% | - |
| HSV(B) | 46.11º | 0.4% | 0.93% | - |
| XYZ | 63.45 | 67.85 | 34.95 | - |
| YUV | 212.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 141 | 0 | 0.09 | 0.40 | 0.07 | 46.11 | 0.71 | 0.74 |
| Hex | EC | D6 | 8D | 0 | 9 | 28 | 7 | 2E | 47 | 4A |
| Octal | 354 | 326 | 215 | 0 | 11 | 50 | 7 | 56 | 107 | 112 |
| Binary | 11101100 | 11010110 | 10001101 | 0 | 1001 | 101000 | 111 | 101110 | 1000111 | 1001010 |
Color Harmonies of #ECD68D
Complementary color
Monochromatic Colors of #ECD68D
Black with #ECD68D
Text Example
Text Example
White with #ECD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD68D; }
p { color: rgb(236,214,141); }
H1.HeaderClassName
{
color: #ECD68D;
}
.AnyTagClassName
{
color: #ECD68D;
}
</style>
background-color css
<style>
a { background-color: #ECD68D; }
a { background-color: rgb(236,214,141); }
div.DivClassName
{
background-color: #ECD68D;
}
.BgClassName
{
background-color: #ECD68D;
}
</style>
border-color css
<style>
span { border-color: #ECD68D; }
span { border-color: rgb(236,214,141); }
td.TdClassName
{
border-color: #ECD68D;
}
.TagClassName
{
border-color: #ECD68D;
}
</style>