Shades of Flax #ECDA80
Tints of Flax #ECDA80
RGB
CMYK
RGB Variations
Color information
#ECDA80 (or 0xECDA80) is known color: Flax. HEX triplet: EC, DA and 80. RGB value is (236,218,128). Sum of RGB (Red+Green+Blue) = 236+218+128=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA80 is #13257F. Grayscale: #D5D5D5. Windows color (decimal): -1254784 or 8444652. OLE color: 8444652.
HSL color Cylindrical-coordinate representation of color #ECDA80: hue angle of 50º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECDA80 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 128 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.07 |
| HSL | 50º | 0.74% | 0.71% | - |
| HSV(B) | 50º | 0.46% | 0.93% | - |
| XYZ | 63.56 | 69.53 | 30.49 | - |
| YUV | 213.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 128 | 0 | 0.08 | 0.46 | 0.07 | 50 | 0.74 | 0.71 |
| Hex | EC | DA | 80 | 0 | 8 | 2E | 7 | 32 | 4A | 47 |
| Octal | 354 | 332 | 200 | 0 | 10 | 56 | 7 | 62 | 112 | 107 |
| Binary | 11101100 | 11011010 | 10000000 | 0 | 1000 | 101110 | 111 | 110010 | 1001010 | 1000111 |
Color Harmonies of #ECDA80
Complementary color
Monochromatic Colors of #ECDA80
Black with #ECDA80
Text Example
Text Example
White with #ECDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA80; }
p { color: rgb(236,218,128); }
H1.HeaderClassName
{
color: #ECDA80;
}
.AnyTagClassName
{
color: #ECDA80;
}
</style>
background-color css
<style>
a { background-color: #ECDA80; }
a { background-color: rgb(236,218,128); }
div.DivClassName
{
background-color: #ECDA80;
}
.BgClassName
{
background-color: #ECDA80;
}
</style>
border-color css
<style>
span { border-color: #ECDA80; }
span { border-color: rgb(236,218,128); }
td.TdClassName
{
border-color: #ECDA80;
}
.TagClassName
{
border-color: #ECDA80;
}
</style>