Shades of Flax #ECD47E
Tints of Flax #ECD47E
RGB
CMYK
RGB Variations
Color information
#ECD47E (or 0xECD47E) is known color: Flax. HEX triplet: EC, D4 and 7E. RGB value is (236,212,126). Sum of RGB (Red+Green+Blue) = 236+212+126=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD47E is #132B81. Grayscale: #D1D1D1. Windows color (decimal): -1256322 or 8312044. OLE color: 8312044.
HSL color Cylindrical-coordinate representation of color #ECD47E: hue angle of 46.91º 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 #ECD47E is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 126 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.07 |
| HSL | 46.91º | 0.74% | 0.71% | - |
| HSV(B) | 46.91º | 0.47% | 0.93% | - |
| XYZ | 61.9 | 66.43 | 29.3 | - |
| YUV | 209.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 126 | 0 | 0.10 | 0.47 | 0.07 | 46.91 | 0.74 | 0.71 |
| Hex | EC | D4 | 7E | 0 | A | 2F | 7 | 2F | 4A | 47 |
| Octal | 354 | 324 | 176 | 0 | 12 | 57 | 7 | 57 | 112 | 107 |
| Binary | 11101100 | 11010100 | 1111110 | 0 | 1010 | 101111 | 111 | 101111 | 1001010 | 1000111 |
Color Harmonies of #ECD47E
Complementary color
Monochromatic Colors of #ECD47E
Black with #ECD47E
Text Example
Text Example
White with #ECD47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD47E; }
p { color: rgb(236,212,126); }
H1.HeaderClassName
{
color: #ECD47E;
}
.AnyTagClassName
{
color: #ECD47E;
}
</style>
background-color css
<style>
a { background-color: #ECD47E; }
a { background-color: rgb(236,212,126); }
div.DivClassName
{
background-color: #ECD47E;
}
.BgClassName
{
background-color: #ECD47E;
}
</style>
border-color css
<style>
span { border-color: #ECD47E; }
span { border-color: rgb(236,212,126); }
td.TdClassName
{
border-color: #ECD47E;
}
.TagClassName
{
border-color: #ECD47E;
}
</style>