Shades of Flax #ECDA7B
Tints of Flax #ECDA7B
RGB
CMYK
RGB Variations
Color information
#ECDA7B (or 0xECDA7B) is known color: Flax. HEX triplet: EC, DA and 7B. RGB value is (236,218,123). Sum of RGB (Red+Green+Blue) = 236+218+123=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA7B is #132584. Grayscale: #D4D4D4. Windows color (decimal): -1254789 or 8116972. OLE color: 8116972.
HSL color Cylindrical-coordinate representation of color #ECDA7B: hue angle of 50.44º 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 #ECDA7B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 123 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 50.44º | 0.75% | 0.7% | - |
| HSV(B) | 50.44º | 0.48% | 0.93% | - |
| XYZ | 63.24 | 69.41 | 28.8 | - |
| YUV | 212.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 123 | 0 | 0.08 | 0.48 | 0.07 | 50.44 | 0.75 | 0.7 |
| Hex | EC | DA | 7B | 0 | 8 | 30 | 7 | 32 | 4B | 46 |
| Octal | 354 | 332 | 173 | 0 | 10 | 60 | 7 | 62 | 113 | 106 |
| Binary | 11101100 | 11011010 | 1111011 | 0 | 1000 | 110000 | 111 | 110010 | 1001011 | 1000110 |
Color Harmonies of #ECDA7B
Complementary color
Monochromatic Colors of #ECDA7B
Black with #ECDA7B
Text Example
Text Example
White with #ECDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA7B; }
p { color: rgb(236,218,123); }
H1.HeaderClassName
{
color: #ECDA7B;
}
.AnyTagClassName
{
color: #ECDA7B;
}
</style>
background-color css
<style>
a { background-color: #ECDA7B; }
a { background-color: rgb(236,218,123); }
div.DivClassName
{
background-color: #ECDA7B;
}
.BgClassName
{
background-color: #ECDA7B;
}
</style>
border-color css
<style>
span { border-color: #ECDA7B; }
span { border-color: rgb(236,218,123); }
td.TdClassName
{
border-color: #ECDA7B;
}
.TagClassName
{
border-color: #ECDA7B;
}
</style>