Shades of Flax #E7D48A
Tints of Flax #E7D48A
RGB
CMYK
RGB Variations
Color information
#E7D48A (or 0xE7D48A) is known color: Flax. HEX triplet: E7, D4 and 8A. RGB value is (231,212,138). Sum of RGB (Red+Green+Blue) = 231+212+138=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D48A is #182B75. Grayscale: #D1D1D1. Windows color (decimal): -1583990 or 9098471. OLE color: 9098471.
HSL color Cylindrical-coordinate representation of color #E7D48A: hue angle of 47.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7D48A is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 138 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.09 |
| HSL | 47.74º | 0.66% | 0.72% | - |
| HSV(B) | 47.74º | 0.4% | 0.91% | - |
| XYZ | 61.09 | 65.91 | 33.55 | - |
| YUV | 209.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 138 | 0 | 0.08 | 0.40 | 0.09 | 47.74 | 0.66 | 0.72 |
| Hex | E7 | D4 | 8A | 0 | 8 | 28 | 9 | 30 | 42 | 48 |
| Octal | 347 | 324 | 212 | 0 | 10 | 50 | 11 | 60 | 102 | 110 |
| Binary | 11100111 | 11010100 | 10001010 | 0 | 1000 | 101000 | 1001 | 110000 | 1000010 | 1001000 |
Color Harmonies of #E7D48A
Complementary color
Monochromatic Colors of #E7D48A
Black with #E7D48A
Text Example
Text Example
White with #E7D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D48A; }
p { color: rgb(231,212,138); }
H1.HeaderClassName
{
color: #E7D48A;
}
.AnyTagClassName
{
color: #E7D48A;
}
</style>
background-color css
<style>
a { background-color: #E7D48A; }
a { background-color: rgb(231,212,138); }
div.DivClassName
{
background-color: #E7D48A;
}
.BgClassName
{
background-color: #E7D48A;
}
</style>
border-color css
<style>
span { border-color: #E7D48A; }
span { border-color: rgb(231,212,138); }
td.TdClassName
{
border-color: #E7D48A;
}
.TagClassName
{
border-color: #E7D48A;
}
</style>