Shades of Flax #ECDA8A
Tints of Flax #ECDA8A
RGB
CMYK
RGB Variations
Color information
#ECDA8A (or 0xECDA8A) is known color: Flax. HEX triplet: EC, DA and 8A. RGB value is (236,218,138). Sum of RGB (Red+Green+Blue) = 236+218+138=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA8A is #132575. Grayscale: #D6D6D6. Windows color (decimal): -1254774 or 9100012. OLE color: 9100012.
HSL color Cylindrical-coordinate representation of color #ECDA8A: hue angle of 48.98º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECDA8A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 138 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 48.98º | 0.72% | 0.73% | - |
| HSV(B) | 48.98º | 0.42% | 0.93% | - |
| XYZ | 64.25 | 69.81 | 34.13 | - |
| YUV | 214.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 138 | 0 | 0.08 | 0.42 | 0.07 | 48.98 | 0.72 | 0.73 |
| Hex | EC | DA | 8A | 0 | 8 | 2A | 7 | 31 | 48 | 49 |
| Octal | 354 | 332 | 212 | 0 | 10 | 52 | 7 | 61 | 110 | 111 |
| Binary | 11101100 | 11011010 | 10001010 | 0 | 1000 | 101010 | 111 | 110001 | 1001000 | 1001001 |
Color Harmonies of #ECDA8A
Complementary color
Monochromatic Colors of #ECDA8A
Black with #ECDA8A
Text Example
Text Example
White with #ECDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA8A; }
p { color: rgb(236,218,138); }
H1.HeaderClassName
{
color: #ECDA8A;
}
.AnyTagClassName
{
color: #ECDA8A;
}
</style>
background-color css
<style>
a { background-color: #ECDA8A; }
a { background-color: rgb(236,218,138); }
div.DivClassName
{
background-color: #ECDA8A;
}
.BgClassName
{
background-color: #ECDA8A;
}
</style>
border-color css
<style>
span { border-color: #ECDA8A; }
span { border-color: rgb(236,218,138); }
td.TdClassName
{
border-color: #ECDA8A;
}
.TagClassName
{
border-color: #ECDA8A;
}
</style>