Shades of Medium Goldenrod #EAEABB
Tints of Medium Goldenrod #EAEABB
RGB
CMYK
RGB Variations
Color information
#EAEABB (or 0xEAEABB) is known color: Medium Goldenrod. HEX triplet: EA, EA and BB. RGB value is (234,234,187). Sum of RGB (Red+Green+Blue) = 234+234+187=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEABB is #151544. Grayscale: #E4E4E4. Windows color (decimal): -1381701 or 12315370. OLE color: 12315370.
HSL color Cylindrical-coordinate representation of color #EAEABB: hue angle of 60º degrees, saturation: 0.53, 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 #EAEABB is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 187 | - |
| CMYK | 0 | 0 | 0.20 | 0.08 |
| HSL | 60º | 0.53% | 0.83% | - |
| HSV(B) | 60º | 0.2% | 0.92% | - |
| XYZ | 72.32 | 79.93 | 58.63 | - |
| YUV | 228.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 187 | 0 | 0 | 0.20 | 0.08 | 60 | 0.53 | 0.83 |
| Hex | EA | EA | BB | 0 | 0 | 14 | 8 | 3C | 35 | 53 |
| Octal | 352 | 352 | 273 | 0 | 0 | 24 | 10 | 74 | 65 | 123 |
| Binary | 11101010 | 11101010 | 10111011 | 0 | 0 | 10100 | 1000 | 111100 | 110101 | 1010011 |
Color Harmonies of #EAEABB
Complementary color
Monochromatic Colors of #EAEABB
Black with #EAEABB
Text Example
Text Example
White with #EAEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEABB; }
p { color: rgb(234,234,187); }
H1.HeaderClassName
{
color: #EAEABB;
}
.AnyTagClassName
{
color: #EAEABB;
}
</style>
background-color css
<style>
a { background-color: #EAEABB; }
a { background-color: rgb(234,234,187); }
div.DivClassName
{
background-color: #EAEABB;
}
.BgClassName
{
background-color: #EAEABB;
}
</style>
border-color css
<style>
span { border-color: #EAEABB; }
span { border-color: rgb(234,234,187); }
td.TdClassName
{
border-color: #EAEABB;
}
.TagClassName
{
border-color: #EAEABB;
}
</style>