Shades of Flax #EAD37F
Tints of Flax #EAD37F
RGB
CMYK
RGB Variations
Color information
#EAD37F (or 0xEAD37F) is known color: Flax. HEX triplet: EA, D3 and 7F. RGB value is (234,211,127). Sum of RGB (Red+Green+Blue) = 234+211+127=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD37F is #152C80. Grayscale: #D0D0D0. Windows color (decimal): -1387649 or 8377322. OLE color: 8377322.
HSL color Cylindrical-coordinate representation of color #EAD37F: hue angle of 47.1º 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 #EAD37F is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 127 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.08 |
| HSL | 47.1º | 0.72% | 0.71% | - |
| HSV(B) | 47.1º | 0.46% | 0.92% | - |
| XYZ | 61.06 | 65.61 | 29.53 | - |
| YUV | 208.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 127 | 0 | 0.10 | 0.46 | 0.08 | 47.1 | 0.72 | 0.71 |
| Hex | EA | D3 | 7F | 0 | A | 2E | 8 | 2F | 48 | 47 |
| Octal | 352 | 323 | 177 | 0 | 12 | 56 | 10 | 57 | 110 | 107 |
| Binary | 11101010 | 11010011 | 1111111 | 0 | 1010 | 101110 | 1000 | 101111 | 1001000 | 1000111 |
Color Harmonies of #EAD37F
Complementary color
Monochromatic Colors of #EAD37F
Black with #EAD37F
Text Example
Text Example
White with #EAD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD37F; }
p { color: rgb(234,211,127); }
H1.HeaderClassName
{
color: #EAD37F;
}
.AnyTagClassName
{
color: #EAD37F;
}
</style>
background-color css
<style>
a { background-color: #EAD37F; }
a { background-color: rgb(234,211,127); }
div.DivClassName
{
background-color: #EAD37F;
}
.BgClassName
{
background-color: #EAD37F;
}
</style>
border-color css
<style>
span { border-color: #EAD37F; }
span { border-color: rgb(234,211,127); }
td.TdClassName
{
border-color: #EAD37F;
}
.TagClassName
{
border-color: #EAD37F;
}
</style>