Shades of Flax #E5D48A
Tints of Flax #E5D48A
RGB
CMYK
RGB Variations
Color information
#E5D48A (or 0xE5D48A) is known color: Flax. HEX triplet: E5, D4 and 8A. RGB value is (229,212,138). Sum of RGB (Red+Green+Blue) = 229+212+138=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D48A is #1A2B75. Grayscale: #D0D0D0. Windows color (decimal): -1715062 or 9098469. OLE color: 9098469.
HSL color Cylindrical-coordinate representation of color #E5D48A: hue angle of 48.79º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5D48A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 138 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.10 |
| HSL | 48.79º | 0.64% | 0.72% | - |
| HSV(B) | 48.79º | 0.4% | 0.9% | - |
| XYZ | 60.44 | 65.58 | 33.52 | - |
| YUV | 208.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 138 | 0 | 0.07 | 0.40 | 0.10 | 48.79 | 0.64 | 0.72 |
| Hex | E5 | D4 | 8A | 0 | 7 | 28 | A | 31 | 40 | 48 |
| Octal | 345 | 324 | 212 | 0 | 7 | 50 | 12 | 61 | 100 | 110 |
| Binary | 11100101 | 11010100 | 10001010 | 0 | 111 | 101000 | 1010 | 110001 | 1000000 | 1001000 |
Color Harmonies of #E5D48A
Complementary color
Monochromatic Colors of #E5D48A
Black with #E5D48A
Text Example
Text Example
White with #E5D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D48A; }
p { color: rgb(229,212,138); }
H1.HeaderClassName
{
color: #E5D48A;
}
.AnyTagClassName
{
color: #E5D48A;
}
</style>
background-color css
<style>
a { background-color: #E5D48A; }
a { background-color: rgb(229,212,138); }
div.DivClassName
{
background-color: #E5D48A;
}
.BgClassName
{
background-color: #E5D48A;
}
</style>
border-color css
<style>
span { border-color: #E5D48A; }
span { border-color: rgb(229,212,138); }
td.TdClassName
{
border-color: #E5D48A;
}
.TagClassName
{
border-color: #E5D48A;
}
</style>