Shades of Flax #ECDA7A
Tints of Flax #ECDA7A
RGB
CMYK
RGB Variations
Color information
#ECDA7A (or 0xECDA7A) is known color: Flax. HEX triplet: EC, DA and 7A. RGB value is (236,218,122). Sum of RGB (Red+Green+Blue) = 236+218+122=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA7A is #132585. Grayscale: #D4D4D4. Windows color (decimal): -1254790 or 8051436. OLE color: 8051436.
HSL color Cylindrical-coordinate representation of color #ECDA7A: hue angle of 50.53º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECDA7A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 122 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 50.53º | 0.75% | 0.7% | - |
| HSV(B) | 50.53º | 0.48% | 0.93% | - |
| XYZ | 63.18 | 69.38 | 28.47 | - |
| YUV | 212.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 122 | 0 | 0.08 | 0.48 | 0.07 | 50.53 | 0.75 | 0.7 |
| Hex | EC | DA | 7A | 0 | 8 | 30 | 7 | 33 | 4B | 46 |
| Octal | 354 | 332 | 172 | 0 | 10 | 60 | 7 | 63 | 113 | 106 |
| Binary | 11101100 | 11011010 | 1111010 | 0 | 1000 | 110000 | 111 | 110011 | 1001011 | 1000110 |
Color Harmonies of #ECDA7A
Complementary color
Monochromatic Colors of #ECDA7A
Black with #ECDA7A
Text Example
Text Example
White with #ECDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA7A; }
p { color: rgb(236,218,122); }
H1.HeaderClassName
{
color: #ECDA7A;
}
.AnyTagClassName
{
color: #ECDA7A;
}
</style>
background-color css
<style>
a { background-color: #ECDA7A; }
a { background-color: rgb(236,218,122); }
div.DivClassName
{
background-color: #ECDA7A;
}
.BgClassName
{
background-color: #ECDA7A;
}
</style>
border-color css
<style>
span { border-color: #ECDA7A; }
span { border-color: rgb(236,218,122); }
td.TdClassName
{
border-color: #ECDA7A;
}
.TagClassName
{
border-color: #ECDA7A;
}
</style>