Shades of Flax #ECD783
Tints of Flax #ECD783
RGB
CMYK
RGB Variations
Color information
#ECD783 (or 0xECD783) is known color: Flax. HEX triplet: EC, D7 and 83. RGB value is (236,215,131). Sum of RGB (Red+Green+Blue) = 236+215+131=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD783 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD783 is #13287C. Grayscale: #D4D4D4. Windows color (decimal): -1255549 or 8640492. OLE color: 8640492.
HSL color Cylindrical-coordinate representation of color #ECD783: hue angle of 48º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECD783 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 131 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.07 |
| HSL | 48º | 0.73% | 0.72% | - |
| HSV(B) | 48º | 0.44% | 0.93% | - |
| XYZ | 62.99 | 68.07 | 31.29 | - |
| YUV | 211.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 131 | 0 | 0.09 | 0.44 | 0.07 | 48 | 0.73 | 0.72 |
| Hex | EC | D7 | 83 | 0 | 9 | 2C | 7 | 30 | 49 | 48 |
| Octal | 354 | 327 | 203 | 0 | 11 | 54 | 7 | 60 | 111 | 110 |
| Binary | 11101100 | 11010111 | 10000011 | 0 | 1001 | 101100 | 111 | 110000 | 1001001 | 1001000 |
Color Harmonies of #ECD783
Complementary color
Monochromatic Colors of #ECD783
Black with #ECD783
Text Example
Text Example
White with #ECD783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD783; }
p { color: rgb(236,215,131); }
H1.HeaderClassName
{
color: #ECD783;
}
.AnyTagClassName
{
color: #ECD783;
}
</style>
background-color css
<style>
a { background-color: #ECD783; }
a { background-color: rgb(236,215,131); }
div.DivClassName
{
background-color: #ECD783;
}
.BgClassName
{
background-color: #ECD783;
}
</style>
border-color css
<style>
span { border-color: #ECD783; }
span { border-color: rgb(236,215,131); }
td.TdClassName
{
border-color: #ECD783;
}
.TagClassName
{
border-color: #ECD783;
}
</style>