Shades of Flax #ECD78F
Tints of Flax #ECD78F
RGB
CMYK
RGB Variations
Color information
#ECD78F (or 0xECD78F) is known color: Flax. HEX triplet: EC, D7 and 8F. RGB value is (236,215,143). Sum of RGB (Red+Green+Blue) = 236+215+143=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD78F is #132870. Grayscale: #D5D5D5. Windows color (decimal): -1255537 or 9426924. OLE color: 9426924.
HSL color Cylindrical-coordinate representation of color #ECD78F: hue angle of 46.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECD78F is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 143 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.07 |
| HSL | 46.45º | 0.71% | 0.74% | - |
| HSV(B) | 46.45º | 0.39% | 0.93% | - |
| XYZ | 63.85 | 68.42 | 35.83 | - |
| YUV | 213.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 143 | 0 | 0.09 | 0.39 | 0.07 | 46.45 | 0.71 | 0.74 |
| Hex | EC | D7 | 8F | 0 | 9 | 27 | 7 | 2E | 47 | 4A |
| Octal | 354 | 327 | 217 | 0 | 11 | 47 | 7 | 56 | 107 | 112 |
| Binary | 11101100 | 11010111 | 10001111 | 0 | 1001 | 100111 | 111 | 101110 | 1000111 | 1001010 |
Color Harmonies of #ECD78F
Complementary color
Monochromatic Colors of #ECD78F
Black with #ECD78F
Text Example
Text Example
White with #ECD78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD78F; }
p { color: rgb(236,215,143); }
H1.HeaderClassName
{
color: #ECD78F;
}
.AnyTagClassName
{
color: #ECD78F;
}
</style>
background-color css
<style>
a { background-color: #ECD78F; }
a { background-color: rgb(236,215,143); }
div.DivClassName
{
background-color: #ECD78F;
}
.BgClassName
{
background-color: #ECD78F;
}
</style>
border-color css
<style>
span { border-color: #ECD78F; }
span { border-color: rgb(236,215,143); }
td.TdClassName
{
border-color: #ECD78F;
}
.TagClassName
{
border-color: #ECD78F;
}
</style>