Shades of Medium Goldenrod #EAEFA7
Tints of Medium Goldenrod #EAEFA7
RGB
CMYK
RGB Variations
Color information
#EAEFA7 (or 0xEAEFA7) is known color: Medium Goldenrod. HEX triplet: EA, EF and A7. RGB value is (234,239,167). Sum of RGB (Red+Green+Blue) = 234+239+167=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEFA7 is #151058. Grayscale: #E5E5E5. Windows color (decimal): -1380441 or 11005930. OLE color: 11005930.
HSL color Cylindrical-coordinate representation of color #EAEFA7: hue angle of 64.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAEFA7 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 167 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.06 |
| HSL | 64.17º | 0.69% | 0.8% | - |
| HSV(B) | 64.17º | 0.3% | 0.94% | - |
| XYZ | 71.77 | 82.02 | 48.61 | - |
| YUV | 229.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 167 | 0.02 | 0 | 0.30 | 0.06 | 64.17 | 0.69 | 0.8 |
| Hex | EA | EF | A7 | 2 | 0 | 1E | 6 | 40 | 45 | 50 |
| Octal | 352 | 357 | 247 | 2 | 0 | 36 | 6 | 100 | 105 | 120 |
| Binary | 11101010 | 11101111 | 10100111 | 10 | 0 | 11110 | 110 | 1000000 | 1000101 | 1010000 |
Color Harmonies of #EAEFA7
Complementary color
Monochromatic Colors of #EAEFA7
Black with #EAEFA7
Text Example
Text Example
White with #EAEFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFA7; }
p { color: rgb(234,239,167); }
H1.HeaderClassName
{
color: #EAEFA7;
}
.AnyTagClassName
{
color: #EAEFA7;
}
</style>
background-color css
<style>
a { background-color: #EAEFA7; }
a { background-color: rgb(234,239,167); }
div.DivClassName
{
background-color: #EAEFA7;
}
.BgClassName
{
background-color: #EAEFA7;
}
</style>
border-color css
<style>
span { border-color: #EAEFA7; }
span { border-color: rgb(234,239,167); }
td.TdClassName
{
border-color: #EAEFA7;
}
.TagClassName
{
border-color: #EAEFA7;
}
</style>