Shades of Flax #ECD57E
Tints of Flax #ECD57E
RGB
CMYK
RGB Variations
Color information
#ECD57E (or 0xECD57E) is known color: Flax. HEX triplet: EC, D5 and 7E. RGB value is (236,213,126). Sum of RGB (Red+Green+Blue) = 236+213+126=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD57E is #132A81. Grayscale: #D2D2D2. Windows color (decimal): -1256066 or 8312300. OLE color: 8312300.
HSL color Cylindrical-coordinate representation of color #ECD57E: hue angle of 47.45º 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 #ECD57E is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 126 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.07 |
| HSL | 47.45º | 0.74% | 0.71% | - |
| HSV(B) | 47.45º | 0.47% | 0.93% | - |
| XYZ | 62.15 | 66.93 | 29.38 | - |
| YUV | 209.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 126 | 0 | 0.10 | 0.47 | 0.07 | 47.45 | 0.74 | 0.71 |
| Hex | EC | D5 | 7E | 0 | A | 2F | 7 | 2F | 4A | 47 |
| Octal | 354 | 325 | 176 | 0 | 12 | 57 | 7 | 57 | 112 | 107 |
| Binary | 11101100 | 11010101 | 1111110 | 0 | 1010 | 101111 | 111 | 101111 | 1001010 | 1000111 |
Color Harmonies of #ECD57E
Complementary color
Monochromatic Colors of #ECD57E
Black with #ECD57E
Text Example
Text Example
White with #ECD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD57E; }
p { color: rgb(236,213,126); }
H1.HeaderClassName
{
color: #ECD57E;
}
.AnyTagClassName
{
color: #ECD57E;
}
</style>
background-color css
<style>
a { background-color: #ECD57E; }
a { background-color: rgb(236,213,126); }
div.DivClassName
{
background-color: #ECD57E;
}
.BgClassName
{
background-color: #ECD57E;
}
</style>
border-color css
<style>
span { border-color: #ECD57E; }
span { border-color: rgb(236,213,126); }
td.TdClassName
{
border-color: #ECD57E;
}
.TagClassName
{
border-color: #ECD57E;
}
</style>