Shades of Medium Goldenrod #EAEEAC
Tints of Medium Goldenrod #EAEEAC
RGB
CMYK
RGB Variations
Color information
#EAEEAC (or 0xEAEEAC) is known color: Medium Goldenrod. HEX triplet: EA, EE and AC. RGB value is (234,238,172). Sum of RGB (Red+Green+Blue) = 234+238+172=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEAC is #151153. Grayscale: #E5E5E5. Windows color (decimal): -1380692 or 11333354. OLE color: 11333354.
HSL color Cylindrical-coordinate representation of color #EAEEAC: hue angle of 63.64º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAEEAC is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 172 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.07 |
| HSL | 63.64º | 0.66% | 0.8% | - |
| HSV(B) | 63.64º | 0.28% | 0.93% | - |
| XYZ | 71.95 | 81.62 | 50.99 | - |
| YUV | 229.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 172 | 0.02 | 0 | 0.28 | 0.07 | 63.64 | 0.66 | 0.8 |
| Hex | EA | EE | AC | 2 | 0 | 1C | 7 | 40 | 42 | 50 |
| Octal | 352 | 356 | 254 | 2 | 0 | 34 | 7 | 100 | 102 | 120 |
| Binary | 11101010 | 11101110 | 10101100 | 10 | 0 | 11100 | 111 | 1000000 | 1000010 | 1010000 |
Color Harmonies of #EAEEAC
Complementary color
Monochromatic Colors of #EAEEAC
Black with #EAEEAC
Text Example
Text Example
White with #EAEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEAC; }
p { color: rgb(234,238,172); }
H1.HeaderClassName
{
color: #EAEEAC;
}
.AnyTagClassName
{
color: #EAEEAC;
}
</style>
background-color css
<style>
a { background-color: #EAEEAC; }
a { background-color: rgb(234,238,172); }
div.DivClassName
{
background-color: #EAEEAC;
}
.BgClassName
{
background-color: #EAEEAC;
}
</style>
border-color css
<style>
span { border-color: #EAEEAC; }
span { border-color: rgb(234,238,172); }
td.TdClassName
{
border-color: #EAEEAC;
}
.TagClassName
{
border-color: #EAEEAC;
}
</style>