Shades of Flax #ECD68C
Tints of Flax #ECD68C
RGB
CMYK
RGB Variations
Color information
#ECD68C (or 0xECD68C) is known color: Flax. HEX triplet: EC, D6 and 8C. RGB value is (236,214,140). Sum of RGB (Red+Green+Blue) = 236+214+140=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD68C is #132973. Grayscale: #D4D4D4. Windows color (decimal): -1255796 or 9230060. OLE color: 9230060.
HSL color Cylindrical-coordinate representation of color #ECD68C: hue angle of 46.25º 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 #ECD68C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 140 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.07 |
| HSL | 46.25º | 0.72% | 0.74% | - |
| HSV(B) | 46.25º | 0.41% | 0.93% | - |
| XYZ | 63.37 | 67.82 | 34.56 | - |
| YUV | 212.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 140 | 0 | 0.09 | 0.41 | 0.07 | 46.25 | 0.72 | 0.74 |
| Hex | EC | D6 | 8C | 0 | 9 | 29 | 7 | 2E | 48 | 4A |
| Octal | 354 | 326 | 214 | 0 | 11 | 51 | 7 | 56 | 110 | 112 |
| Binary | 11101100 | 11010110 | 10001100 | 0 | 1001 | 101001 | 111 | 101110 | 1001000 | 1001010 |
Color Harmonies of #ECD68C
Complementary color
Monochromatic Colors of #ECD68C
Black with #ECD68C
Text Example
Text Example
White with #ECD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD68C; }
p { color: rgb(236,214,140); }
H1.HeaderClassName
{
color: #ECD68C;
}
.AnyTagClassName
{
color: #ECD68C;
}
</style>
background-color css
<style>
a { background-color: #ECD68C; }
a { background-color: rgb(236,214,140); }
div.DivClassName
{
background-color: #ECD68C;
}
.BgClassName
{
background-color: #ECD68C;
}
</style>
border-color css
<style>
span { border-color: #ECD68C; }
span { border-color: rgb(236,214,140); }
td.TdClassName
{
border-color: #ECD68C;
}
.TagClassName
{
border-color: #ECD68C;
}
</style>