Shades of Flax #EADA7D
Tints of Flax #EADA7D
RGB
CMYK
RGB Variations
Color information
#EADA7D (or 0xEADA7D) is known color: Flax. HEX triplet: EA, DA and 7D. RGB value is (234,218,125). Sum of RGB (Red+Green+Blue) = 234+218+125=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA7D is #152582. Grayscale: #D4D4D4. Windows color (decimal): -1385859 or 8248042. OLE color: 8248042.
HSL color Cylindrical-coordinate representation of color #EADA7D: hue angle of 51.19º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EADA7D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 125 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.08 |
| HSL | 51.19º | 0.72% | 0.7% | - |
| HSV(B) | 51.19º | 0.47% | 0.92% | - |
| XYZ | 62.7 | 69.12 | 29.44 | - |
| YUV | 212.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 125 | 0 | 0.07 | 0.47 | 0.08 | 51.19 | 0.72 | 0.7 |
| Hex | EA | DA | 7D | 0 | 7 | 2F | 8 | 33 | 48 | 46 |
| Octal | 352 | 332 | 175 | 0 | 7 | 57 | 10 | 63 | 110 | 106 |
| Binary | 11101010 | 11011010 | 1111101 | 0 | 111 | 101111 | 1000 | 110011 | 1001000 | 1000110 |
Color Harmonies of #EADA7D
Complementary color
Monochromatic Colors of #EADA7D
Black with #EADA7D
Text Example
Text Example
White with #EADA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA7D; }
p { color: rgb(234,218,125); }
H1.HeaderClassName
{
color: #EADA7D;
}
.AnyTagClassName
{
color: #EADA7D;
}
</style>
background-color css
<style>
a { background-color: #EADA7D; }
a { background-color: rgb(234,218,125); }
div.DivClassName
{
background-color: #EADA7D;
}
.BgClassName
{
background-color: #EADA7D;
}
</style>
border-color css
<style>
span { border-color: #EADA7D; }
span { border-color: rgb(234,218,125); }
td.TdClassName
{
border-color: #EADA7D;
}
.TagClassName
{
border-color: #EADA7D;
}
</style>