Shades of Flax #E7D482
Tints of Flax #E7D482
RGB
CMYK
RGB Variations
Color information
#E7D482 (or 0xE7D482) is known color: Flax. HEX triplet: E7, D4 and 82. RGB value is (231,212,130). Sum of RGB (Red+Green+Blue) = 231+212+130=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D482 is #182B7D. Grayscale: #D0D0D0. Windows color (decimal): -1583998 or 8574183. OLE color: 8574183.
HSL color Cylindrical-coordinate representation of color #E7D482: hue angle of 48.71º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7D482 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 130 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.09 |
| HSL | 48.71º | 0.68% | 0.71% | - |
| HSV(B) | 48.71º | 0.44% | 0.91% | - |
| XYZ | 60.53 | 65.69 | 30.61 | - |
| YUV | 208.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 130 | 0 | 0.08 | 0.44 | 0.09 | 48.71 | 0.68 | 0.71 |
| Hex | E7 | D4 | 82 | 0 | 8 | 2C | 9 | 31 | 44 | 47 |
| Octal | 347 | 324 | 202 | 0 | 10 | 54 | 11 | 61 | 104 | 107 |
| Binary | 11100111 | 11010100 | 10000010 | 0 | 1000 | 101100 | 1001 | 110001 | 1000100 | 1000111 |
Color Harmonies of #E7D482
Complementary color
Monochromatic Colors of #E7D482
Black with #E7D482
Text Example
Text Example
White with #E7D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D482; }
p { color: rgb(231,212,130); }
H1.HeaderClassName
{
color: #E7D482;
}
.AnyTagClassName
{
color: #E7D482;
}
</style>
background-color css
<style>
a { background-color: #E7D482; }
a { background-color: rgb(231,212,130); }
div.DivClassName
{
background-color: #E7D482;
}
.BgClassName
{
background-color: #E7D482;
}
</style>
border-color css
<style>
span { border-color: #E7D482; }
span { border-color: rgb(231,212,130); }
td.TdClassName
{
border-color: #E7D482;
}
.TagClassName
{
border-color: #E7D482;
}
</style>