Shades of Flax #EADB7F
Tints of Flax #EADB7F
RGB
CMYK
RGB Variations
Color information
#EADB7F (or 0xEADB7F) is known color: Flax. HEX triplet: EA, DB and 7F. RGB value is (234,219,127). Sum of RGB (Red+Green+Blue) = 234+219+127=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB7F is #152480. Grayscale: #D5D5D5. Windows color (decimal): -1385601 or 8379370. OLE color: 8379370.
HSL color Cylindrical-coordinate representation of color #EADB7F: hue angle of 51.59º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EADB7F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 127 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.08 |
| HSL | 51.59º | 0.72% | 0.71% | - |
| HSV(B) | 51.59º | 0.46% | 0.92% | - |
| XYZ | 63.09 | 69.69 | 30.2 | - |
| YUV | 213 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 127 | 0 | 0.06 | 0.46 | 0.08 | 51.59 | 0.72 | 0.71 |
| Hex | EA | DB | 7F | 0 | 6 | 2E | 8 | 34 | 48 | 47 |
| Octal | 352 | 333 | 177 | 0 | 6 | 56 | 10 | 64 | 110 | 107 |
| Binary | 11101010 | 11011011 | 1111111 | 0 | 110 | 101110 | 1000 | 110100 | 1001000 | 1000111 |
Color Harmonies of #EADB7F
Complementary color
Monochromatic Colors of #EADB7F
Black with #EADB7F
Text Example
Text Example
White with #EADB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB7F; }
p { color: rgb(234,219,127); }
H1.HeaderClassName
{
color: #EADB7F;
}
.AnyTagClassName
{
color: #EADB7F;
}
</style>
background-color css
<style>
a { background-color: #EADB7F; }
a { background-color: rgb(234,219,127); }
div.DivClassName
{
background-color: #EADB7F;
}
.BgClassName
{
background-color: #EADB7F;
}
</style>
border-color css
<style>
span { border-color: #EADB7F; }
span { border-color: rgb(234,219,127); }
td.TdClassName
{
border-color: #EADB7F;
}
.TagClassName
{
border-color: #EADB7F;
}
</style>