Shades of Flax #ECD67B
Tints of Flax #ECD67B
RGB
CMYK
RGB Variations
Color information
#ECD67B (or 0xECD67B) is known color: Flax. HEX triplet: EC, D6 and 7B. RGB value is (236,214,123). Sum of RGB (Red+Green+Blue) = 236+214+123=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD67B is #132984. Grayscale: #D2D2D2. Windows color (decimal): -1255813 or 8115948. OLE color: 8115948.
HSL color Cylindrical-coordinate representation of color #ECD67B: hue angle of 48.32º 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 #ECD67B is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 123 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.07 |
| HSL | 48.32º | 0.75% | 0.7% | - |
| HSV(B) | 48.32º | 0.48% | 0.93% | - |
| XYZ | 62.21 | 67.36 | 28.46 | - |
| YUV | 210.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 123 | 0 | 0.09 | 0.48 | 0.07 | 48.32 | 0.75 | 0.7 |
| Hex | EC | D6 | 7B | 0 | 9 | 30 | 7 | 30 | 4B | 46 |
| Octal | 354 | 326 | 173 | 0 | 11 | 60 | 7 | 60 | 113 | 106 |
| Binary | 11101100 | 11010110 | 1111011 | 0 | 1001 | 110000 | 111 | 110000 | 1001011 | 1000110 |
Color Harmonies of #ECD67B
Complementary color
Monochromatic Colors of #ECD67B
Black with #ECD67B
Text Example
Text Example
White with #ECD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD67B; }
p { color: rgb(236,214,123); }
H1.HeaderClassName
{
color: #ECD67B;
}
.AnyTagClassName
{
color: #ECD67B;
}
</style>
background-color css
<style>
a { background-color: #ECD67B; }
a { background-color: rgb(236,214,123); }
div.DivClassName
{
background-color: #ECD67B;
}
.BgClassName
{
background-color: #ECD67B;
}
</style>
border-color css
<style>
span { border-color: #ECD67B; }
span { border-color: rgb(236,214,123); }
td.TdClassName
{
border-color: #ECD67B;
}
.TagClassName
{
border-color: #ECD67B;
}
</style>