Shades of Medium Goldenrod #EAEFA5
Tints of Medium Goldenrod #EAEFA5
RGB
CMYK
RGB Variations
Color information
#EAEFA5 (or 0xEAEFA5) is known color: Medium Goldenrod. HEX triplet: EA, EF and A5. RGB value is (234,239,165). Sum of RGB (Red+Green+Blue) = 234+239+165=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEFA5 is #15105A. Grayscale: #E5E5E5. Windows color (decimal): -1380443 or 10874858. OLE color: 10874858.
HSL color Cylindrical-coordinate representation of color #EAEFA5: hue angle of 64.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAEFA5 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 165 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.06 |
| HSL | 64.05º | 0.7% | 0.79% | - |
| HSV(B) | 64.05º | 0.31% | 0.94% | - |
| XYZ | 71.59 | 81.94 | 47.64 | - |
| YUV | 229.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 165 | 0.02 | 0 | 0.31 | 0.06 | 64.05 | 0.7 | 0.79 |
| Hex | EA | EF | A5 | 2 | 0 | 1F | 6 | 40 | 46 | 4F |
| Octal | 352 | 357 | 245 | 2 | 0 | 37 | 6 | 100 | 106 | 117 |
| Binary | 11101010 | 11101111 | 10100101 | 10 | 0 | 11111 | 110 | 1000000 | 1000110 | 1001111 |
Color Harmonies of #EAEFA5
Complementary color
Monochromatic Colors of #EAEFA5
Black with #EAEFA5
Text Example
Text Example
White with #EAEFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFA5; }
p { color: rgb(234,239,165); }
H1.HeaderClassName
{
color: #EAEFA5;
}
.AnyTagClassName
{
color: #EAEFA5;
}
</style>
background-color css
<style>
a { background-color: #EAEFA5; }
a { background-color: rgb(234,239,165); }
div.DivClassName
{
background-color: #EAEFA5;
}
.BgClassName
{
background-color: #EAEFA5;
}
</style>
border-color css
<style>
span { border-color: #EAEFA5; }
span { border-color: rgb(234,239,165); }
td.TdClassName
{
border-color: #EAEFA5;
}
.TagClassName
{
border-color: #EAEFA5;
}
</style>