Shades of Flax #ECD782
Tints of Flax #ECD782
RGB
CMYK
RGB Variations
Color information
#ECD782 (or 0xECD782) is known color: Flax. HEX triplet: EC, D7 and 82. RGB value is (236,215,130). Sum of RGB (Red+Green+Blue) = 236+215+130=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD782 is #13287D. Grayscale: #D3D3D3. Windows color (decimal): -1255550 or 8574956. OLE color: 8574956.
HSL color Cylindrical-coordinate representation of color #ECD782: hue angle of 48.11º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECD782 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 130 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.07 |
| HSL | 48.11º | 0.74% | 0.72% | - |
| HSV(B) | 48.11º | 0.45% | 0.93% | - |
| XYZ | 62.92 | 68.05 | 30.94 | - |
| YUV | 211.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 130 | 0 | 0.09 | 0.45 | 0.07 | 48.11 | 0.74 | 0.72 |
| Hex | EC | D7 | 82 | 0 | 9 | 2D | 7 | 30 | 4A | 48 |
| Octal | 354 | 327 | 202 | 0 | 11 | 55 | 7 | 60 | 112 | 110 |
| Binary | 11101100 | 11010111 | 10000010 | 0 | 1001 | 101101 | 111 | 110000 | 1001010 | 1001000 |
Color Harmonies of #ECD782
Complementary color
Monochromatic Colors of #ECD782
Black with #ECD782
Text Example
Text Example
White with #ECD782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD782; }
p { color: rgb(236,215,130); }
H1.HeaderClassName
{
color: #ECD782;
}
.AnyTagClassName
{
color: #ECD782;
}
</style>
background-color css
<style>
a { background-color: #ECD782; }
a { background-color: rgb(236,215,130); }
div.DivClassName
{
background-color: #ECD782;
}
.BgClassName
{
background-color: #ECD782;
}
</style>
border-color css
<style>
span { border-color: #ECD782; }
span { border-color: rgb(236,215,130); }
td.TdClassName
{
border-color: #ECD782;
}
.TagClassName
{
border-color: #ECD782;
}
</style>