Shades of Flax #E7D480
Tints of Flax #E7D480
RGB
CMYK
RGB Variations
Color information
#E7D480 (or 0xE7D480) is known color: Flax. HEX triplet: E7, D4 and 80. RGB value is (231,212,128). Sum of RGB (Red+Green+Blue) = 231+212+128=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D480 is #182B7F. Grayscale: #D0D0D0. Windows color (decimal): -1584000 or 8443111. OLE color: 8443111.
HSL color Cylindrical-coordinate representation of color #E7D480: hue angle of 48.93º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7D480 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 128 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.09 |
| HSL | 48.93º | 0.68% | 0.7% | - |
| HSV(B) | 48.93º | 0.45% | 0.91% | - |
| XYZ | 60.39 | 65.63 | 29.91 | - |
| YUV | 208.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 128 | 0 | 0.08 | 0.45 | 0.09 | 48.93 | 0.68 | 0.7 |
| Hex | E7 | D4 | 80 | 0 | 8 | 2D | 9 | 31 | 44 | 46 |
| Octal | 347 | 324 | 200 | 0 | 10 | 55 | 11 | 61 | 104 | 106 |
| Binary | 11100111 | 11010100 | 10000000 | 0 | 1000 | 101101 | 1001 | 110001 | 1000100 | 1000110 |
Color Harmonies of #E7D480
Complementary color
Monochromatic Colors of #E7D480
Black with #E7D480
Text Example
Text Example
White with #E7D480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D480; }
p { color: rgb(231,212,128); }
H1.HeaderClassName
{
color: #E7D480;
}
.AnyTagClassName
{
color: #E7D480;
}
</style>
background-color css
<style>
a { background-color: #E7D480; }
a { background-color: rgb(231,212,128); }
div.DivClassName
{
background-color: #E7D480;
}
.BgClassName
{
background-color: #E7D480;
}
</style>
border-color css
<style>
span { border-color: #E7D480; }
span { border-color: rgb(231,212,128); }
td.TdClassName
{
border-color: #E7D480;
}
.TagClassName
{
border-color: #E7D480;
}
</style>