Shades of Flax #EADB83
Tints of Flax #EADB83
RGB
CMYK
RGB Variations
Color information
#EADB83 (or 0xEADB83) is known color: Flax. HEX triplet: EA, DB and 83. RGB value is (234,219,131). Sum of RGB (Red+Green+Blue) = 234+219+131=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB83 is #15247C. Grayscale: #D5D5D5. Windows color (decimal): -1385597 or 8641514. OLE color: 8641514.
HSL color Cylindrical-coordinate representation of color #EADB83: hue angle of 51.26º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EADB83 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 131 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.08 |
| HSL | 51.26º | 0.71% | 0.72% | - |
| HSV(B) | 51.26º | 0.44% | 0.92% | - |
| XYZ | 63.36 | 69.79 | 31.6 | - |
| YUV | 213.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 131 | 0 | 0.06 | 0.44 | 0.08 | 51.26 | 0.71 | 0.72 |
| Hex | EA | DB | 83 | 0 | 6 | 2C | 8 | 33 | 47 | 48 |
| Octal | 352 | 333 | 203 | 0 | 6 | 54 | 10 | 63 | 107 | 110 |
| Binary | 11101010 | 11011011 | 10000011 | 0 | 110 | 101100 | 1000 | 110011 | 1000111 | 1001000 |
Color Harmonies of #EADB83
Complementary color
Monochromatic Colors of #EADB83
Black with #EADB83
Text Example
Text Example
White with #EADB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB83; }
p { color: rgb(234,219,131); }
H1.HeaderClassName
{
color: #EADB83;
}
.AnyTagClassName
{
color: #EADB83;
}
</style>
background-color css
<style>
a { background-color: #EADB83; }
a { background-color: rgb(234,219,131); }
div.DivClassName
{
background-color: #EADB83;
}
.BgClassName
{
background-color: #EADB83;
}
</style>
border-color css
<style>
span { border-color: #EADB83; }
span { border-color: rgb(234,219,131); }
td.TdClassName
{
border-color: #EADB83;
}
.TagClassName
{
border-color: #EADB83;
}
</style>