Shades of Medium Goldenrod #EAEABC
Tints of Medium Goldenrod #EAEABC
RGB
CMYK
RGB Variations
Color information
#EAEABC (or 0xEAEABC) is known color: Medium Goldenrod. HEX triplet: EA, EA and BC. RGB value is (234,234,188). Sum of RGB (Red+Green+Blue) = 234+234+188=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEABC is #151543. Grayscale: #E4E4E4. Windows color (decimal): -1381700 or 12380906. OLE color: 12380906.
HSL color Cylindrical-coordinate representation of color #EAEABC: hue angle of 60º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAEABC is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 188 | - |
| CMYK | 0 | 0 | 0.20 | 0.08 |
| HSL | 60º | 0.52% | 0.83% | - |
| HSV(B) | 60º | 0.2% | 0.92% | - |
| XYZ | 72.43 | 79.97 | 59.19 | - |
| YUV | 228.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 188 | 0 | 0 | 0.20 | 0.08 | 60 | 0.52 | 0.83 |
| Hex | EA | EA | BC | 0 | 0 | 14 | 8 | 3C | 34 | 53 |
| Octal | 352 | 352 | 274 | 0 | 0 | 24 | 10 | 74 | 64 | 123 |
| Binary | 11101010 | 11101010 | 10111100 | 0 | 0 | 10100 | 1000 | 111100 | 110100 | 1010011 |
Color Harmonies of #EAEABC
Complementary color
Monochromatic Colors of #EAEABC
Black with #EAEABC
Text Example
Text Example
White with #EAEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEABC; }
p { color: rgb(234,234,188); }
H1.HeaderClassName
{
color: #EAEABC;
}
.AnyTagClassName
{
color: #EAEABC;
}
</style>
background-color css
<style>
a { background-color: #EAEABC; }
a { background-color: rgb(234,234,188); }
div.DivClassName
{
background-color: #EAEABC;
}
.BgClassName
{
background-color: #EAEABC;
}
</style>
border-color css
<style>
span { border-color: #EAEABC; }
span { border-color: rgb(234,234,188); }
td.TdClassName
{
border-color: #EAEABC;
}
.TagClassName
{
border-color: #EAEABC;
}
</style>