Shades of Flax #EADB82
Tints of Flax #EADB82
RGB
CMYK
RGB Variations
Color information
#EADB82 (or 0xEADB82) is known color: Flax. HEX triplet: EA, DB and 82. RGB value is (234,219,130). Sum of RGB (Red+Green+Blue) = 234+219+130=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB82 is #15247D. Grayscale: #D5D5D5. Windows color (decimal): -1385598 or 8575978. OLE color: 8575978.
HSL color Cylindrical-coordinate representation of color #EADB82: hue angle of 51.35º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EADB82 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 130 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.08 |
| HSL | 51.35º | 0.71% | 0.71% | - |
| HSV(B) | 51.35º | 0.44% | 0.92% | - |
| XYZ | 63.29 | 69.77 | 31.25 | - |
| YUV | 213.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 130 | 0 | 0.06 | 0.44 | 0.08 | 51.35 | 0.71 | 0.71 |
| Hex | EA | DB | 82 | 0 | 6 | 2C | 8 | 33 | 47 | 47 |
| Octal | 352 | 333 | 202 | 0 | 6 | 54 | 10 | 63 | 107 | 107 |
| Binary | 11101010 | 11011011 | 10000010 | 0 | 110 | 101100 | 1000 | 110011 | 1000111 | 1000111 |
Color Harmonies of #EADB82
Complementary color
Monochromatic Colors of #EADB82
Black with #EADB82
Text Example
Text Example
White with #EADB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB82; }
p { color: rgb(234,219,130); }
H1.HeaderClassName
{
color: #EADB82;
}
.AnyTagClassName
{
color: #EADB82;
}
</style>
background-color css
<style>
a { background-color: #EADB82; }
a { background-color: rgb(234,219,130); }
div.DivClassName
{
background-color: #EADB82;
}
.BgClassName
{
background-color: #EADB82;
}
</style>
border-color css
<style>
span { border-color: #EADB82; }
span { border-color: rgb(234,219,130); }
td.TdClassName
{
border-color: #EADB82;
}
.TagClassName
{
border-color: #EADB82;
}
</style>