Shades of Flax #EAD486
Tints of Flax #EAD486
RGB
CMYK
RGB Variations
Color information
#EAD486 (or 0xEAD486) is known color: Flax. HEX triplet: EA, D4 and 86. RGB value is (234,212,134). Sum of RGB (Red+Green+Blue) = 234+212+134=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD486 is #152B79. Grayscale: #D2D2D2. Windows color (decimal): -1387386 or 8836330. OLE color: 8836330.
HSL color Cylindrical-coordinate representation of color #EAD486: hue angle of 46.8º degrees, saturation: 0.7, 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 #EAD486 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 134 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.08 |
| HSL | 46.8º | 0.7% | 0.72% | - |
| HSV(B) | 46.8º | 0.43% | 0.92% | - |
| XYZ | 61.78 | 66.3 | 32.1 | - |
| YUV | 209.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 134 | 0 | 0.09 | 0.43 | 0.08 | 46.8 | 0.7 | 0.72 |
| Hex | EA | D4 | 86 | 0 | 9 | 2B | 8 | 2F | 46 | 48 |
| Octal | 352 | 324 | 206 | 0 | 11 | 53 | 10 | 57 | 106 | 110 |
| Binary | 11101010 | 11010100 | 10000110 | 0 | 1001 | 101011 | 1000 | 101111 | 1000110 | 1001000 |
Color Harmonies of #EAD486
Complementary color
Monochromatic Colors of #EAD486
Black with #EAD486
Text Example
Text Example
White with #EAD486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD486; }
p { color: rgb(234,212,134); }
H1.HeaderClassName
{
color: #EAD486;
}
.AnyTagClassName
{
color: #EAD486;
}
</style>
background-color css
<style>
a { background-color: #EAD486; }
a { background-color: rgb(234,212,134); }
div.DivClassName
{
background-color: #EAD486;
}
.BgClassName
{
background-color: #EAD486;
}
</style>
border-color css
<style>
span { border-color: #EAD486; }
span { border-color: rgb(234,212,134); }
td.TdClassName
{
border-color: #EAD486;
}
.TagClassName
{
border-color: #EAD486;
}
</style>