Shades of Flax #EAD68A
Tints of Flax #EAD68A
RGB
CMYK
RGB Variations
Color information
#EAD68A (or 0xEAD68A) is known color: Flax. HEX triplet: EA, D6 and 8A. RGB value is (234,214,138). Sum of RGB (Red+Green+Blue) = 234+214+138=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD68A is #152975. Grayscale: #D3D3D3. Windows color (decimal): -1386870 or 9098986. OLE color: 9098986.
HSL color Cylindrical-coordinate representation of color #EAD68A: hue angle of 47.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAD68A is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 214 | 138 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.08 |
| HSL | 47.5º | 0.7% | 0.73% | - |
| HSV(B) | 47.5º | 0.41% | 0.92% | - |
| XYZ | 62.57 | 67.42 | 33.76 | - |
| YUV | 211.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 138 | 0 | 0.09 | 0.41 | 0.08 | 47.5 | 0.7 | 0.73 |
| Hex | EA | D6 | 8A | 0 | 9 | 29 | 8 | 30 | 46 | 49 |
| Octal | 352 | 326 | 212 | 0 | 11 | 51 | 10 | 60 | 106 | 111 |
| Binary | 11101010 | 11010110 | 10001010 | 0 | 1001 | 101001 | 1000 | 110000 | 1000110 | 1001001 |
Color Harmonies of #EAD68A
Complementary color
Monochromatic Colors of #EAD68A
Black with #EAD68A
Text Example
Text Example
White with #EAD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD68A; }
p { color: rgb(234,214,138); }
H1.HeaderClassName
{
color: #EAD68A;
}
.AnyTagClassName
{
color: #EAD68A;
}
</style>
background-color css
<style>
a { background-color: #EAD68A; }
a { background-color: rgb(234,214,138); }
div.DivClassName
{
background-color: #EAD68A;
}
.BgClassName
{
background-color: #EAD68A;
}
</style>
border-color css
<style>
span { border-color: #EAD68A; }
span { border-color: rgb(234,214,138); }
td.TdClassName
{
border-color: #EAD68A;
}
.TagClassName
{
border-color: #EAD68A;
}
</style>