Shades of Flax #EAD77B
Tints of Flax #EAD77B
RGB
CMYK
RGB Variations
Color information
#EAD77B (or 0xEAD77B) is known color: Flax. HEX triplet: EA, D7 and 7B. RGB value is (234,215,123). Sum of RGB (Red+Green+Blue) = 234+215+123=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD77B is #152884. Grayscale: #D2D2D2. Windows color (decimal): -1386629 or 8116202. OLE color: 8116202.
HSL color Cylindrical-coordinate representation of color #EAD77B: hue angle of 49.73º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAD77B is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 123 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.08 |
| HSL | 49.73º | 0.73% | 0.7% | - |
| HSV(B) | 49.73º | 0.47% | 0.92% | - |
| XYZ | 61.81 | 67.52 | 28.51 | - |
| YUV | 210.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 123 | 0 | 0.08 | 0.47 | 0.08 | 49.73 | 0.73 | 0.7 |
| Hex | EA | D7 | 7B | 0 | 8 | 2F | 8 | 32 | 49 | 46 |
| Octal | 352 | 327 | 173 | 0 | 10 | 57 | 10 | 62 | 111 | 106 |
| Binary | 11101010 | 11010111 | 1111011 | 0 | 1000 | 101111 | 1000 | 110010 | 1001001 | 1000110 |
Color Harmonies of #EAD77B
Complementary color
Monochromatic Colors of #EAD77B
Black with #EAD77B
Text Example
Text Example
White with #EAD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD77B; }
p { color: rgb(234,215,123); }
H1.HeaderClassName
{
color: #EAD77B;
}
.AnyTagClassName
{
color: #EAD77B;
}
</style>
background-color css
<style>
a { background-color: #EAD77B; }
a { background-color: rgb(234,215,123); }
div.DivClassName
{
background-color: #EAD77B;
}
.BgClassName
{
background-color: #EAD77B;
}
</style>
border-color css
<style>
span { border-color: #EAD77B; }
span { border-color: rgb(234,215,123); }
td.TdClassName
{
border-color: #EAD77B;
}
.TagClassName
{
border-color: #EAD77B;
}
</style>