Shades of Flax #ECDB8D
Tints of Flax #ECDB8D
RGB
CMYK
RGB Variations
Color information
#ECDB8D (or 0xECDB8D) is known color: Flax. HEX triplet: EC, DB and 8D. RGB value is (236,219,141). Sum of RGB (Red+Green+Blue) = 236+219+141=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB8D is #132472. Grayscale: #D7D7D7. Windows color (decimal): -1254515 or 9296876. OLE color: 9296876.
HSL color Cylindrical-coordinate representation of color #ECDB8D: hue angle of 49.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECDB8D is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 141 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.07 |
| HSL | 49.26º | 0.71% | 0.74% | - |
| HSV(B) | 49.26º | 0.4% | 0.93% | - |
| XYZ | 64.73 | 70.42 | 35.38 | - |
| YUV | 215.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 141 | 0 | 0.07 | 0.40 | 0.07 | 49.26 | 0.71 | 0.74 |
| Hex | EC | DB | 8D | 0 | 7 | 28 | 7 | 31 | 47 | 4A |
| Octal | 354 | 333 | 215 | 0 | 7 | 50 | 7 | 61 | 107 | 112 |
| Binary | 11101100 | 11011011 | 10001101 | 0 | 111 | 101000 | 111 | 110001 | 1000111 | 1001010 |
Color Harmonies of #ECDB8D
Complementary color
Monochromatic Colors of #ECDB8D
Black with #ECDB8D
Text Example
Text Example
White with #ECDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB8D; }
p { color: rgb(236,219,141); }
H1.HeaderClassName
{
color: #ECDB8D;
}
.AnyTagClassName
{
color: #ECDB8D;
}
</style>
background-color css
<style>
a { background-color: #ECDB8D; }
a { background-color: rgb(236,219,141); }
div.DivClassName
{
background-color: #ECDB8D;
}
.BgClassName
{
background-color: #ECDB8D;
}
</style>
border-color css
<style>
span { border-color: #ECDB8D; }
span { border-color: rgb(236,219,141); }
td.TdClassName
{
border-color: #ECDB8D;
}
.TagClassName
{
border-color: #ECDB8D;
}
</style>