Shades of Flax #EADA88
Tints of Flax #EADA88
RGB
CMYK
RGB Variations
Color information
#EADA88 (or 0xEADA88) is known color: Flax. HEX triplet: EA, DA and 88. RGB value is (234,218,136). Sum of RGB (Red+Green+Blue) = 234+218+136=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA88 is #152577. Grayscale: #D5D5D5. Windows color (decimal): -1385848 or 8968938. OLE color: 8968938.
HSL color Cylindrical-coordinate representation of color #EADA88: hue angle of 50.2º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EADA88 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 136 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.08 |
| HSL | 50.2º | 0.7% | 0.73% | - |
| HSV(B) | 50.2º | 0.42% | 0.92% | - |
| XYZ | 63.45 | 69.41 | 33.35 | - |
| YUV | 213.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 136 | 0 | 0.07 | 0.42 | 0.08 | 50.2 | 0.7 | 0.73 |
| Hex | EA | DA | 88 | 0 | 7 | 2A | 8 | 32 | 46 | 49 |
| Octal | 352 | 332 | 210 | 0 | 7 | 52 | 10 | 62 | 106 | 111 |
| Binary | 11101010 | 11011010 | 10001000 | 0 | 111 | 101010 | 1000 | 110010 | 1000110 | 1001001 |
Color Harmonies of #EADA88
Complementary color
Monochromatic Colors of #EADA88
Black with #EADA88
Text Example
Text Example
White with #EADA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA88; }
p { color: rgb(234,218,136); }
H1.HeaderClassName
{
color: #EADA88;
}
.AnyTagClassName
{
color: #EADA88;
}
</style>
background-color css
<style>
a { background-color: #EADA88; }
a { background-color: rgb(234,218,136); }
div.DivClassName
{
background-color: #EADA88;
}
.BgClassName
{
background-color: #EADA88;
}
</style>
border-color css
<style>
span { border-color: #EADA88; }
span { border-color: rgb(234,218,136); }
td.TdClassName
{
border-color: #EADA88;
}
.TagClassName
{
border-color: #EADA88;
}
</style>