Shades of Flax #EADB85
Tints of Flax #EADB85
RGB
CMYK
RGB Variations
Color information
#EADB85 (or 0xEADB85) is known color: Flax. HEX triplet: EA, DB and 85. RGB value is (234,219,133). Sum of RGB (Red+Green+Blue) = 234+219+133=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB85 is #15247A. Grayscale: #D6D6D6. Windows color (decimal): -1385595 or 8772586. OLE color: 8772586.
HSL color Cylindrical-coordinate representation of color #EADB85: hue angle of 51.09º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EADB85 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 133 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.08 |
| HSL | 51.09º | 0.71% | 0.72% | - |
| HSV(B) | 51.09º | 0.43% | 0.92% | - |
| XYZ | 63.5 | 69.85 | 32.33 | - |
| YUV | 213.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 133 | 0 | 0.06 | 0.43 | 0.08 | 51.09 | 0.71 | 0.72 |
| Hex | EA | DB | 85 | 0 | 6 | 2B | 8 | 33 | 47 | 48 |
| Octal | 352 | 333 | 205 | 0 | 6 | 53 | 10 | 63 | 107 | 110 |
| Binary | 11101010 | 11011011 | 10000101 | 0 | 110 | 101011 | 1000 | 110011 | 1000111 | 1001000 |
Color Harmonies of #EADB85
Complementary color
Monochromatic Colors of #EADB85
Black with #EADB85
Text Example
Text Example
White with #EADB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB85; }
p { color: rgb(234,219,133); }
H1.HeaderClassName
{
color: #EADB85;
}
.AnyTagClassName
{
color: #EADB85;
}
</style>
background-color css
<style>
a { background-color: #EADB85; }
a { background-color: rgb(234,219,133); }
div.DivClassName
{
background-color: #EADB85;
}
.BgClassName
{
background-color: #EADB85;
}
</style>
border-color css
<style>
span { border-color: #EADB85; }
span { border-color: rgb(234,219,133); }
td.TdClassName
{
border-color: #EADB85;
}
.TagClassName
{
border-color: #EADB85;
}
</style>