Shades of Flax #EAD880
Tints of Flax #EAD880
RGB
CMYK
RGB Variations
Color information
#EAD880 (or 0xEAD880) is known color: Flax. HEX triplet: EA, D8 and 80. RGB value is (234,216,128). Sum of RGB (Red+Green+Blue) = 234+216+128=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD880 is #15277F. Grayscale: #D3D3D3. Windows color (decimal): -1386368 or 8444138. OLE color: 8444138.
HSL color Cylindrical-coordinate representation of color #EAD880: hue angle of 49.81º 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 #EAD880 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 128 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.08 |
| HSL | 49.81º | 0.72% | 0.71% | - |
| HSV(B) | 49.81º | 0.45% | 0.92% | - |
| XYZ | 62.38 | 68.16 | 30.29 | - |
| YUV | 211.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 128 | 0 | 0.08 | 0.45 | 0.08 | 49.81 | 0.72 | 0.71 |
| Hex | EA | D8 | 80 | 0 | 8 | 2D | 8 | 32 | 48 | 47 |
| Octal | 352 | 330 | 200 | 0 | 10 | 55 | 10 | 62 | 110 | 107 |
| Binary | 11101010 | 11011000 | 10000000 | 0 | 1000 | 101101 | 1000 | 110010 | 1001000 | 1000111 |
Color Harmonies of #EAD880
Complementary color
Monochromatic Colors of #EAD880
Black with #EAD880
Text Example
Text Example
White with #EAD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD880; }
p { color: rgb(234,216,128); }
H1.HeaderClassName
{
color: #EAD880;
}
.AnyTagClassName
{
color: #EAD880;
}
</style>
background-color css
<style>
a { background-color: #EAD880; }
a { background-color: rgb(234,216,128); }
div.DivClassName
{
background-color: #EAD880;
}
.BgClassName
{
background-color: #EAD880;
}
</style>
border-color css
<style>
span { border-color: #EAD880; }
span { border-color: rgb(234,216,128); }
td.TdClassName
{
border-color: #EAD880;
}
.TagClassName
{
border-color: #EAD880;
}
</style>