Shades of Flax #ECDB7D
Tints of Flax #ECDB7D
RGB
CMYK
RGB Variations
Color information
#ECDB7D (or 0xECDB7D) is known color: Flax. HEX triplet: EC, DB and 7D. RGB value is (236,219,125). Sum of RGB (Red+Green+Blue) = 236+219+125=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB7D is #132482. Grayscale: #D5D5D5. Windows color (decimal): -1254531 or 8248300. OLE color: 8248300.
HSL color Cylindrical-coordinate representation of color #ECDB7D: hue angle of 50.81º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECDB7D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 125 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.07 |
| HSL | 50.81º | 0.74% | 0.71% | - |
| HSV(B) | 50.81º | 0.47% | 0.93% | - |
| XYZ | 63.63 | 69.98 | 29.56 | - |
| YUV | 213.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 125 | 0 | 0.07 | 0.47 | 0.07 | 50.81 | 0.74 | 0.71 |
| Hex | EC | DB | 7D | 0 | 7 | 2F | 7 | 33 | 4A | 47 |
| Octal | 354 | 333 | 175 | 0 | 7 | 57 | 7 | 63 | 112 | 107 |
| Binary | 11101100 | 11011011 | 1111101 | 0 | 111 | 101111 | 111 | 110011 | 1001010 | 1000111 |
Color Harmonies of #ECDB7D
Complementary color
Monochromatic Colors of #ECDB7D
Black with #ECDB7D
Text Example
Text Example
White with #ECDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB7D; }
p { color: rgb(236,219,125); }
H1.HeaderClassName
{
color: #ECDB7D;
}
.AnyTagClassName
{
color: #ECDB7D;
}
</style>
background-color css
<style>
a { background-color: #ECDB7D; }
a { background-color: rgb(236,219,125); }
div.DivClassName
{
background-color: #ECDB7D;
}
.BgClassName
{
background-color: #ECDB7D;
}
</style>
border-color css
<style>
span { border-color: #ECDB7D; }
span { border-color: rgb(236,219,125); }
td.TdClassName
{
border-color: #ECDB7D;
}
.TagClassName
{
border-color: #ECDB7D;
}
</style>