Shades of Flax #E8D384
Tints of Flax #E8D384
RGB
CMYK
RGB Variations
Color information
#E8D384 (or 0xE8D384) is known color: Flax. HEX triplet: E8, D3 and 84. RGB value is (232,211,132). Sum of RGB (Red+Green+Blue) = 232+211+132=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D384 is #172C7B. Grayscale: #D0D0D0. Windows color (decimal): -1518716 or 8705000. OLE color: 8705000.
HSL color Cylindrical-coordinate representation of color #E8D384: hue angle of 47.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8D384 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 132 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.09 |
| HSL | 47.4º | 0.68% | 0.71% | - |
| HSV(B) | 47.4º | 0.43% | 0.91% | - |
| XYZ | 60.74 | 65.41 | 31.25 | - |
| YUV | 208.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 132 | 0 | 0.09 | 0.43 | 0.09 | 47.4 | 0.68 | 0.71 |
| Hex | E8 | D3 | 84 | 0 | 9 | 2B | 9 | 2F | 44 | 47 |
| Octal | 350 | 323 | 204 | 0 | 11 | 53 | 11 | 57 | 104 | 107 |
| Binary | 11101000 | 11010011 | 10000100 | 0 | 1001 | 101011 | 1001 | 101111 | 1000100 | 1000111 |
Color Harmonies of #E8D384
Complementary color
Monochromatic Colors of #E8D384
Black with #E8D384
Text Example
Text Example
White with #E8D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D384; }
p { color: rgb(232,211,132); }
H1.HeaderClassName
{
color: #E8D384;
}
.AnyTagClassName
{
color: #E8D384;
}
</style>
background-color css
<style>
a { background-color: #E8D384; }
a { background-color: rgb(232,211,132); }
div.DivClassName
{
background-color: #E8D384;
}
.BgClassName
{
background-color: #E8D384;
}
</style>
border-color css
<style>
span { border-color: #E8D384; }
span { border-color: rgb(232,211,132); }
td.TdClassName
{
border-color: #E8D384;
}
.TagClassName
{
border-color: #E8D384;
}
</style>