Shades of Flax #ECDC8B
Tints of Flax #ECDC8B
RGB
CMYK
RGB Variations
Color information
#ECDC8B (or 0xECDC8B) is known color: Flax. HEX triplet: EC, DC and 8B. RGB value is (236,220,139). Sum of RGB (Red+Green+Blue) = 236+220+139=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC8B is #132374. Grayscale: #D7D7D7. Windows color (decimal): -1254261 or 9166060. OLE color: 9166060.
HSL color Cylindrical-coordinate representation of color #ECDC8B: hue angle of 50.1º 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 #ECDC8B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 139 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.07 |
| HSL | 50.1º | 0.72% | 0.74% | - |
| HSV(B) | 50.1º | 0.41% | 0.93% | - |
| XYZ | 64.85 | 70.88 | 34.69 | - |
| YUV | 215.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 139 | 0 | 0.07 | 0.41 | 0.07 | 50.1 | 0.72 | 0.74 |
| Hex | EC | DC | 8B | 0 | 7 | 29 | 7 | 32 | 48 | 4A |
| Octal | 354 | 334 | 213 | 0 | 7 | 51 | 7 | 62 | 110 | 112 |
| Binary | 11101100 | 11011100 | 10001011 | 0 | 111 | 101001 | 111 | 110010 | 1001000 | 1001010 |
Color Harmonies of #ECDC8B
Complementary color
Monochromatic Colors of #ECDC8B
Black with #ECDC8B
Text Example
Text Example
White with #ECDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC8B; }
p { color: rgb(236,220,139); }
H1.HeaderClassName
{
color: #ECDC8B;
}
.AnyTagClassName
{
color: #ECDC8B;
}
</style>
background-color css
<style>
a { background-color: #ECDC8B; }
a { background-color: rgb(236,220,139); }
div.DivClassName
{
background-color: #ECDC8B;
}
.BgClassName
{
background-color: #ECDC8B;
}
</style>
border-color css
<style>
span { border-color: #ECDC8B; }
span { border-color: rgb(236,220,139); }
td.TdClassName
{
border-color: #ECDC8B;
}
.TagClassName
{
border-color: #ECDC8B;
}
</style>