Shades of Flax #ECD47B
Tints of Flax #ECD47B
RGB
CMYK
RGB Variations
Color information
#ECD47B (or 0xECD47B) is known color: Flax. HEX triplet: EC, D4 and 7B. RGB value is (236,212,123). Sum of RGB (Red+Green+Blue) = 236+212+123=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD47B is #132B84. Grayscale: #D1D1D1. Windows color (decimal): -1256325 or 8115436. OLE color: 8115436.
HSL color Cylindrical-coordinate representation of color #ECD47B: hue angle of 47.26º 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 #ECD47B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 123 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.07 |
| HSL | 47.26º | 0.75% | 0.7% | - |
| HSV(B) | 47.26º | 0.48% | 0.93% | - |
| XYZ | 61.71 | 66.35 | 28.29 | - |
| YUV | 209.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 123 | 0 | 0.10 | 0.48 | 0.07 | 47.26 | 0.75 | 0.7 |
| Hex | EC | D4 | 7B | 0 | A | 30 | 7 | 2F | 4B | 46 |
| Octal | 354 | 324 | 173 | 0 | 12 | 60 | 7 | 57 | 113 | 106 |
| Binary | 11101100 | 11010100 | 1111011 | 0 | 1010 | 110000 | 111 | 101111 | 1001011 | 1000110 |
Color Harmonies of #ECD47B
Complementary color
Monochromatic Colors of #ECD47B
Black with #ECD47B
Text Example
Text Example
White with #ECD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD47B; }
p { color: rgb(236,212,123); }
H1.HeaderClassName
{
color: #ECD47B;
}
.AnyTagClassName
{
color: #ECD47B;
}
</style>
background-color css
<style>
a { background-color: #ECD47B; }
a { background-color: rgb(236,212,123); }
div.DivClassName
{
background-color: #ECD47B;
}
.BgClassName
{
background-color: #ECD47B;
}
</style>
border-color css
<style>
span { border-color: #ECD47B; }
span { border-color: rgb(236,212,123); }
td.TdClassName
{
border-color: #ECD47B;
}
.TagClassName
{
border-color: #ECD47B;
}
</style>