Shades of Flax #EAD380
Tints of Flax #EAD380
RGB
CMYK
RGB Variations
Color information
#EAD380 (or 0xEAD380) is known color: Flax. HEX triplet: EA, D3 and 80. RGB value is (234,211,128). Sum of RGB (Red+Green+Blue) = 234+211+128=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD380 is #152C7F. Grayscale: #D0D0D0. Windows color (decimal): -1387648 or 8442858. OLE color: 8442858.
HSL color Cylindrical-coordinate representation of color #EAD380: hue angle of 46.98º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAD380 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 128 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.08 |
| HSL | 46.98º | 0.72% | 0.71% | - |
| HSV(B) | 46.98º | 0.45% | 0.92% | - |
| XYZ | 61.12 | 65.64 | 29.87 | - |
| YUV | 208.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 128 | 0 | 0.10 | 0.45 | 0.08 | 46.98 | 0.72 | 0.71 |
| Hex | EA | D3 | 80 | 0 | A | 2D | 8 | 2F | 48 | 47 |
| Octal | 352 | 323 | 200 | 0 | 12 | 55 | 10 | 57 | 110 | 107 |
| Binary | 11101010 | 11010011 | 10000000 | 0 | 1010 | 101101 | 1000 | 101111 | 1001000 | 1000111 |
Color Harmonies of #EAD380
Complementary color
Monochromatic Colors of #EAD380
Black with #EAD380
Text Example
Text Example
White with #EAD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD380; }
p { color: rgb(234,211,128); }
H1.HeaderClassName
{
color: #EAD380;
}
.AnyTagClassName
{
color: #EAD380;
}
</style>
background-color css
<style>
a { background-color: #EAD380; }
a { background-color: rgb(234,211,128); }
div.DivClassName
{
background-color: #EAD380;
}
.BgClassName
{
background-color: #EAD380;
}
</style>
border-color css
<style>
span { border-color: #EAD380; }
span { border-color: rgb(234,211,128); }
td.TdClassName
{
border-color: #EAD380;
}
.TagClassName
{
border-color: #EAD380;
}
</style>