Shades of Medium Goldenrod #EAEEB5
Tints of Medium Goldenrod #EAEEB5
RGB
CMYK
RGB Variations
Color information
#EAEEB5 (or 0xEAEEB5) is known color: Medium Goldenrod. HEX triplet: EA, EE and B5. RGB value is (234,238,181). Sum of RGB (Red+Green+Blue) = 234+238+181=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEB5 is #15114A. Grayscale: #E6E6E6. Windows color (decimal): -1380683 or 11923178. OLE color: 11923178.
HSL color Cylindrical-coordinate representation of color #EAEEB5: hue angle of 64.21º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAEEB5 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 181 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.07 |
| HSL | 64.21º | 0.63% | 0.82% | - |
| HSV(B) | 64.21º | 0.24% | 0.93% | - |
| XYZ | 72.85 | 81.98 | 55.7 | - |
| YUV | 230.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 181 | 0.02 | 0 | 0.24 | 0.07 | 64.21 | 0.63 | 0.82 |
| Hex | EA | EE | B5 | 2 | 0 | 18 | 7 | 40 | 3F | 52 |
| Octal | 352 | 356 | 265 | 2 | 0 | 30 | 7 | 100 | 77 | 122 |
| Binary | 11101010 | 11101110 | 10110101 | 10 | 0 | 11000 | 111 | 1000000 | 111111 | 1010010 |
Color Harmonies of #EAEEB5
Complementary color
Monochromatic Colors of #EAEEB5
Black with #EAEEB5
Text Example
Text Example
White with #EAEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEB5; }
p { color: rgb(234,238,181); }
H1.HeaderClassName
{
color: #EAEEB5;
}
.AnyTagClassName
{
color: #EAEEB5;
}
</style>
background-color css
<style>
a { background-color: #EAEEB5; }
a { background-color: rgb(234,238,181); }
div.DivClassName
{
background-color: #EAEEB5;
}
.BgClassName
{
background-color: #EAEEB5;
}
</style>
border-color css
<style>
span { border-color: #EAEEB5; }
span { border-color: rgb(234,238,181); }
td.TdClassName
{
border-color: #EAEEB5;
}
.TagClassName
{
border-color: #EAEEB5;
}
</style>