Shades of Flax #EAD488
Tints of Flax #EAD488
RGB
CMYK
RGB Variations
Color information
#EAD488 (or 0xEAD488) is known color: Flax. HEX triplet: EA, D4 and 88. RGB value is (234,212,136). Sum of RGB (Red+Green+Blue) = 234+212+136=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD488 is #152B77. Grayscale: #D2D2D2. Windows color (decimal): -1387384 or 8967402. OLE color: 8967402.
HSL color Cylindrical-coordinate representation of color #EAD488: hue angle of 46.53º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAD488 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 136 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.08 |
| HSL | 46.53º | 0.7% | 0.73% | - |
| HSV(B) | 46.53º | 0.42% | 0.92% | - |
| XYZ | 61.92 | 66.36 | 32.84 | - |
| YUV | 209.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 136 | 0 | 0.09 | 0.42 | 0.08 | 46.53 | 0.7 | 0.73 |
| Hex | EA | D4 | 88 | 0 | 9 | 2A | 8 | 2F | 46 | 49 |
| Octal | 352 | 324 | 210 | 0 | 11 | 52 | 10 | 57 | 106 | 111 |
| Binary | 11101010 | 11010100 | 10001000 | 0 | 1001 | 101010 | 1000 | 101111 | 1000110 | 1001001 |
Color Harmonies of #EAD488
Complementary color
Monochromatic Colors of #EAD488
Black with #EAD488
Text Example
Text Example
White with #EAD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD488; }
p { color: rgb(234,212,136); }
H1.HeaderClassName
{
color: #EAD488;
}
.AnyTagClassName
{
color: #EAD488;
}
</style>
background-color css
<style>
a { background-color: #EAD488; }
a { background-color: rgb(234,212,136); }
div.DivClassName
{
background-color: #EAD488;
}
.BgClassName
{
background-color: #EAD488;
}
</style>
border-color css
<style>
span { border-color: #EAD488; }
span { border-color: rgb(234,212,136); }
td.TdClassName
{
border-color: #EAD488;
}
.TagClassName
{
border-color: #EAD488;
}
</style>