Shades of Flax #EADB80
Tints of Flax #EADB80
RGB
CMYK
RGB Variations
Color information
#EADB80 (or 0xEADB80) is known color: Flax. HEX triplet: EA, DB and 80. RGB value is (234,219,128). Sum of RGB (Red+Green+Blue) = 234+219+128=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB80 is #15247F. Grayscale: #D5D5D5. Windows color (decimal): -1385600 or 8444906. OLE color: 8444906.
HSL color Cylindrical-coordinate representation of color #EADB80: hue angle of 51.51º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EADB80 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 128 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.08 |
| HSL | 51.51º | 0.72% | 0.71% | - |
| HSV(B) | 51.51º | 0.45% | 0.92% | - |
| XYZ | 63.16 | 69.71 | 30.55 | - |
| YUV | 213.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 128 | 0 | 0.06 | 0.45 | 0.08 | 51.51 | 0.72 | 0.71 |
| Hex | EA | DB | 80 | 0 | 6 | 2D | 8 | 34 | 48 | 47 |
| Octal | 352 | 333 | 200 | 0 | 6 | 55 | 10 | 64 | 110 | 107 |
| Binary | 11101010 | 11011011 | 10000000 | 0 | 110 | 101101 | 1000 | 110100 | 1001000 | 1000111 |
Color Harmonies of #EADB80
Complementary color
Monochromatic Colors of #EADB80
Black with #EADB80
Text Example
Text Example
White with #EADB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB80; }
p { color: rgb(234,219,128); }
H1.HeaderClassName
{
color: #EADB80;
}
.AnyTagClassName
{
color: #EADB80;
}
</style>
background-color css
<style>
a { background-color: #EADB80; }
a { background-color: rgb(234,219,128); }
div.DivClassName
{
background-color: #EADB80;
}
.BgClassName
{
background-color: #EADB80;
}
</style>
border-color css
<style>
span { border-color: #EADB80; }
span { border-color: rgb(234,219,128); }
td.TdClassName
{
border-color: #EADB80;
}
.TagClassName
{
border-color: #EADB80;
}
</style>