Shades of Flax #EAD385
Tints of Flax #EAD385
RGB
CMYK
RGB Variations
Color information
#EAD385 (or 0xEAD385) is known color: Flax. HEX triplet: EA, D3 and 85. RGB value is (234,211,133). Sum of RGB (Red+Green+Blue) = 234+211+133=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD385 is #152C7A. Grayscale: #D1D1D1. Windows color (decimal): -1387643 or 8770538. OLE color: 8770538.
HSL color Cylindrical-coordinate representation of color #EAD385: hue angle of 46.34º 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 #EAD385 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 133 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.08 |
| HSL | 46.34º | 0.71% | 0.72% | - |
| HSV(B) | 46.34º | 0.43% | 0.92% | - |
| XYZ | 61.46 | 65.77 | 31.65 | - |
| YUV | 208.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 133 | 0 | 0.10 | 0.43 | 0.08 | 46.34 | 0.71 | 0.72 |
| Hex | EA | D3 | 85 | 0 | A | 2B | 8 | 2E | 47 | 48 |
| Octal | 352 | 323 | 205 | 0 | 12 | 53 | 10 | 56 | 107 | 110 |
| Binary | 11101010 | 11010011 | 10000101 | 0 | 1010 | 101011 | 1000 | 101110 | 1000111 | 1001000 |
Color Harmonies of #EAD385
Complementary color
Monochromatic Colors of #EAD385
Black with #EAD385
Text Example
Text Example
White with #EAD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD385; }
p { color: rgb(234,211,133); }
H1.HeaderClassName
{
color: #EAD385;
}
.AnyTagClassName
{
color: #EAD385;
}
</style>
background-color css
<style>
a { background-color: #EAD385; }
a { background-color: rgb(234,211,133); }
div.DivClassName
{
background-color: #EAD385;
}
.BgClassName
{
background-color: #EAD385;
}
</style>
border-color css
<style>
span { border-color: #EAD385; }
span { border-color: rgb(234,211,133); }
td.TdClassName
{
border-color: #EAD385;
}
.TagClassName
{
border-color: #EAD385;
}
</style>