Shades of Flax #EADA83
Tints of Flax #EADA83
RGB
CMYK
RGB Variations
Color information
#EADA83 (or 0xEADA83) is known color: Flax. HEX triplet: EA, DA and 83. RGB value is (234,218,131). Sum of RGB (Red+Green+Blue) = 234+218+131=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA83 is #15257C. Grayscale: #D5D5D5. Windows color (decimal): -1385853 or 8641258. OLE color: 8641258.
HSL color Cylindrical-coordinate representation of color #EADA83: hue angle of 50.68º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EADA83 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 131 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.08 |
| HSL | 50.68º | 0.71% | 0.72% | - |
| HSV(B) | 50.68º | 0.44% | 0.92% | - |
| XYZ | 63.1 | 69.27 | 31.52 | - |
| YUV | 212.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 131 | 0 | 0.07 | 0.44 | 0.08 | 50.68 | 0.71 | 0.72 |
| Hex | EA | DA | 83 | 0 | 7 | 2C | 8 | 33 | 47 | 48 |
| Octal | 352 | 332 | 203 | 0 | 7 | 54 | 10 | 63 | 107 | 110 |
| Binary | 11101010 | 11011010 | 10000011 | 0 | 111 | 101100 | 1000 | 110011 | 1000111 | 1001000 |
Color Harmonies of #EADA83
Complementary color
Monochromatic Colors of #EADA83
Black with #EADA83
Text Example
Text Example
White with #EADA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA83; }
p { color: rgb(234,218,131); }
H1.HeaderClassName
{
color: #EADA83;
}
.AnyTagClassName
{
color: #EADA83;
}
</style>
background-color css
<style>
a { background-color: #EADA83; }
a { background-color: rgb(234,218,131); }
div.DivClassName
{
background-color: #EADA83;
}
.BgClassName
{
background-color: #EADA83;
}
</style>
border-color css
<style>
span { border-color: #EADA83; }
span { border-color: rgb(234,218,131); }
td.TdClassName
{
border-color: #EADA83;
}
.TagClassName
{
border-color: #EADA83;
}
</style>