Shades of Medium Goldenrod #EAEFB1
Tints of Medium Goldenrod #EAEFB1
RGB
CMYK
RGB Variations
Color information
#EAEFB1 (or 0xEAEFB1) is known color: Medium Goldenrod. HEX triplet: EA, EF and B1. RGB value is (234,239,177). Sum of RGB (Red+Green+Blue) = 234+239+177=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEFB1 is #15104E. Grayscale: #E6E6E6. Windows color (decimal): -1380431 or 11661290. OLE color: 11661290.
HSL color Cylindrical-coordinate representation of color #EAEFB1: hue angle of 64.84º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAEFB1 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 177 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.06 |
| HSL | 64.84º | 0.66% | 0.82% | - |
| HSV(B) | 64.84º | 0.26% | 0.94% | - |
| XYZ | 72.73 | 82.4 | 53.67 | - |
| YUV | 230.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 177 | 0.02 | 0 | 0.26 | 0.06 | 64.84 | 0.66 | 0.82 |
| Hex | EA | EF | B1 | 2 | 0 | 1A | 6 | 41 | 42 | 52 |
| Octal | 352 | 357 | 261 | 2 | 0 | 32 | 6 | 101 | 102 | 122 |
| Binary | 11101010 | 11101111 | 10110001 | 10 | 0 | 11010 | 110 | 1000001 | 1000010 | 1010010 |
Color Harmonies of #EAEFB1
Complementary color
Monochromatic Colors of #EAEFB1
Black with #EAEFB1
Text Example
Text Example
White with #EAEFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFB1; }
p { color: rgb(234,239,177); }
H1.HeaderClassName
{
color: #EAEFB1;
}
.AnyTagClassName
{
color: #EAEFB1;
}
</style>
background-color css
<style>
a { background-color: #EAEFB1; }
a { background-color: rgb(234,239,177); }
div.DivClassName
{
background-color: #EAEFB1;
}
.BgClassName
{
background-color: #EAEFB1;
}
</style>
border-color css
<style>
span { border-color: #EAEFB1; }
span { border-color: rgb(234,239,177); }
td.TdClassName
{
border-color: #EAEFB1;
}
.TagClassName
{
border-color: #EAEFB1;
}
</style>