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