Shades of Flax #EADA7A
Tints of Flax #EADA7A
RGB
CMYK
RGB Variations
Color information
#EADA7A (or 0xEADA7A) is known color: Flax. HEX triplet: EA, DA and 7A. RGB value is (234,218,122). Sum of RGB (Red+Green+Blue) = 234+218+122=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA7A is #152585. Grayscale: #D4D4D4. Windows color (decimal): -1385862 or 8051434. OLE color: 8051434.
HSL color Cylindrical-coordinate representation of color #EADA7A: hue angle of 51.43º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EADA7A is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 122 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.08 |
| HSL | 51.43º | 0.73% | 0.7% | - |
| HSV(B) | 51.43º | 0.48% | 0.92% | - |
| XYZ | 62.52 | 69.04 | 28.44 | - |
| YUV | 211.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 122 | 0 | 0.07 | 0.48 | 0.08 | 51.43 | 0.73 | 0.7 |
| Hex | EA | DA | 7A | 0 | 7 | 30 | 8 | 33 | 49 | 46 |
| Octal | 352 | 332 | 172 | 0 | 7 | 60 | 10 | 63 | 111 | 106 |
| Binary | 11101010 | 11011010 | 1111010 | 0 | 111 | 110000 | 1000 | 110011 | 1001001 | 1000110 |
Color Harmonies of #EADA7A
Complementary color
Monochromatic Colors of #EADA7A
Black with #EADA7A
Text Example
Text Example
White with #EADA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA7A; }
p { color: rgb(234,218,122); }
H1.HeaderClassName
{
color: #EADA7A;
}
.AnyTagClassName
{
color: #EADA7A;
}
</style>
background-color css
<style>
a { background-color: #EADA7A; }
a { background-color: rgb(234,218,122); }
div.DivClassName
{
background-color: #EADA7A;
}
.BgClassName
{
background-color: #EADA7A;
}
</style>
border-color css
<style>
span { border-color: #EADA7A; }
span { border-color: rgb(234,218,122); }
td.TdClassName
{
border-color: #EADA7A;
}
.TagClassName
{
border-color: #EADA7A;
}
</style>