Shades of Buff #ECD27E
Tints of Buff #ECD27E
RGB
CMYK
RGB Variations
Color information
#ECD27E (or 0xECD27E) is known color: Buff. HEX triplet: EC, D2 and 7E. RGB value is (236,210,126). Sum of RGB (Red+Green+Blue) = 236+210+126=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD27E is #132D81. Grayscale: #D0D0D0. Windows color (decimal): -1256834 or 8311532. OLE color: 8311532.
HSL color Cylindrical-coordinate representation of color #ECD27E: hue angle of 45.82º degrees, saturation: 0.74, 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 #ECD27E is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 126 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.07 |
| HSL | 45.82º | 0.74% | 0.71% | - |
| HSV(B) | 45.82º | 0.47% | 0.93% | - |
| XYZ | 61.4 | 65.43 | 29.13 | - |
| YUV | 208.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 126 | 0 | 0.11 | 0.47 | 0.07 | 45.82 | 0.74 | 0.71 |
| Hex | EC | D2 | 7E | 0 | B | 2F | 7 | 2E | 4A | 47 |
| Octal | 354 | 322 | 176 | 0 | 13 | 57 | 7 | 56 | 112 | 107 |
| Binary | 11101100 | 11010010 | 1111110 | 0 | 1011 | 101111 | 111 | 101110 | 1001010 | 1000111 |
Color Harmonies of #ECD27E
Complementary color
Monochromatic Colors of #ECD27E
Black with #ECD27E
Text Example
Text Example
White with #ECD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD27E; }
p { color: rgb(236,210,126); }
H1.HeaderClassName
{
color: #ECD27E;
}
.AnyTagClassName
{
color: #ECD27E;
}
</style>
background-color css
<style>
a { background-color: #ECD27E; }
a { background-color: rgb(236,210,126); }
div.DivClassName
{
background-color: #ECD27E;
}
.BgClassName
{
background-color: #ECD27E;
}
</style>
border-color css
<style>
span { border-color: #ECD27E; }
span { border-color: rgb(236,210,126); }
td.TdClassName
{
border-color: #ECD27E;
}
.TagClassName
{
border-color: #ECD27E;
}
</style>