Shades of Flax #ECDB8B
Tints of Flax #ECDB8B
RGB
CMYK
RGB Variations
Color information
#ECDB8B (or 0xECDB8B) is known color: Flax. HEX triplet: EC, DB and 8B. RGB value is (236,219,139). Sum of RGB (Red+Green+Blue) = 236+219+139=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB8B is #132474. Grayscale: #D7D7D7. Windows color (decimal): -1254517 or 9165804. OLE color: 9165804.
HSL color Cylindrical-coordinate representation of color #ECDB8B: hue angle of 49.48º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECDB8B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 139 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.07 |
| HSL | 49.48º | 0.72% | 0.74% | - |
| HSV(B) | 49.48º | 0.41% | 0.93% | - |
| XYZ | 64.58 | 70.36 | 34.6 | - |
| YUV | 214.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 139 | 0 | 0.07 | 0.41 | 0.07 | 49.48 | 0.72 | 0.74 |
| Hex | EC | DB | 8B | 0 | 7 | 29 | 7 | 31 | 48 | 4A |
| Octal | 354 | 333 | 213 | 0 | 7 | 51 | 7 | 61 | 110 | 112 |
| Binary | 11101100 | 11011011 | 10001011 | 0 | 111 | 101001 | 111 | 110001 | 1001000 | 1001010 |
Color Harmonies of #ECDB8B
Complementary color
Monochromatic Colors of #ECDB8B
Black with #ECDB8B
Text Example
Text Example
White with #ECDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB8B; }
p { color: rgb(236,219,139); }
H1.HeaderClassName
{
color: #ECDB8B;
}
.AnyTagClassName
{
color: #ECDB8B;
}
</style>
background-color css
<style>
a { background-color: #ECDB8B; }
a { background-color: rgb(236,219,139); }
div.DivClassName
{
background-color: #ECDB8B;
}
.BgClassName
{
background-color: #ECDB8B;
}
</style>
border-color css
<style>
span { border-color: #ECDB8B; }
span { border-color: rgb(236,219,139); }
td.TdClassName
{
border-color: #ECDB8B;
}
.TagClassName
{
border-color: #ECDB8B;
}
</style>