Shades of Buff #ECD27C
Tints of Buff #ECD27C
RGB
CMYK
RGB Variations
Color information
#ECD27C (or 0xECD27C) is known color: Buff. HEX triplet: EC, D2 and 7C. RGB value is (236,210,124). Sum of RGB (Red+Green+Blue) = 236+210+124=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD27C is #132D83. Grayscale: #D0D0D0. Windows color (decimal): -1256836 or 8180460. OLE color: 8180460.
HSL color Cylindrical-coordinate representation of color #ECD27C: hue angle of 46.07º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECD27C is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 124 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.07 |
| HSL | 46.07º | 0.75% | 0.71% | - |
| HSV(B) | 46.07º | 0.47% | 0.93% | - |
| XYZ | 61.28 | 65.38 | 28.46 | - |
| YUV | 207.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 124 | 0 | 0.11 | 0.47 | 0.07 | 46.07 | 0.75 | 0.71 |
| Hex | EC | D2 | 7C | 0 | B | 2F | 7 | 2E | 4B | 47 |
| Octal | 354 | 322 | 174 | 0 | 13 | 57 | 7 | 56 | 113 | 107 |
| Binary | 11101100 | 11010010 | 1111100 | 0 | 1011 | 101111 | 111 | 101110 | 1001011 | 1000111 |
Color Harmonies of #ECD27C
Complementary color
Monochromatic Colors of #ECD27C
Black with #ECD27C
Text Example
Text Example
White with #ECD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD27C; }
p { color: rgb(236,210,124); }
H1.HeaderClassName
{
color: #ECD27C;
}
.AnyTagClassName
{
color: #ECD27C;
}
</style>
background-color css
<style>
a { background-color: #ECD27C; }
a { background-color: rgb(236,210,124); }
div.DivClassName
{
background-color: #ECD27C;
}
.BgClassName
{
background-color: #ECD27C;
}
</style>
border-color css
<style>
span { border-color: #ECD27C; }
span { border-color: rgb(236,210,124); }
td.TdClassName
{
border-color: #ECD27C;
}
.TagClassName
{
border-color: #ECD27C;
}
</style>