Shades of Medium Goldenrod #EAEEA4
Tints of Medium Goldenrod #EAEEA4
RGB
CMYK
RGB Variations
Color information
#EAEEA4 (or 0xEAEEA4) is known color: Medium Goldenrod. HEX triplet: EA, EE and A4. RGB value is (234,238,164). Sum of RGB (Red+Green+Blue) = 234+238+164=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEA4 is #15115B. Grayscale: #E4E4E4. Windows color (decimal): -1380700 or 10809066. OLE color: 10809066.
HSL color Cylindrical-coordinate representation of color #EAEEA4: hue angle of 63.24º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAEEA4 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 164 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.07 |
| HSL | 63.24º | 0.69% | 0.79% | - |
| HSV(B) | 63.24º | 0.31% | 0.93% | - |
| XYZ | 71.21 | 81.32 | 47.07 | - |
| YUV | 228.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 164 | 0.02 | 0 | 0.31 | 0.07 | 63.24 | 0.69 | 0.79 |
| Hex | EA | EE | A4 | 2 | 0 | 1F | 7 | 3F | 45 | 4F |
| Octal | 352 | 356 | 244 | 2 | 0 | 37 | 7 | 77 | 105 | 117 |
| Binary | 11101010 | 11101110 | 10100100 | 10 | 0 | 11111 | 111 | 111111 | 1000101 | 1001111 |
Color Harmonies of #EAEEA4
Complementary color
Monochromatic Colors of #EAEEA4
Black with #EAEEA4
Text Example
Text Example
White with #EAEEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEA4; }
p { color: rgb(234,238,164); }
H1.HeaderClassName
{
color: #EAEEA4;
}
.AnyTagClassName
{
color: #EAEEA4;
}
</style>
background-color css
<style>
a { background-color: #EAEEA4; }
a { background-color: rgb(234,238,164); }
div.DivClassName
{
background-color: #EAEEA4;
}
.BgClassName
{
background-color: #EAEEA4;
}
</style>
border-color css
<style>
span { border-color: #EAEEA4; }
span { border-color: rgb(234,238,164); }
td.TdClassName
{
border-color: #EAEEA4;
}
.TagClassName
{
border-color: #EAEEA4;
}
</style>