Shades of Medium Goldenrod #EFEAB8
Tints of Medium Goldenrod #EFEAB8
RGB
CMYK
RGB Variations
Color information
#EFEAB8 (or 0xEFEAB8) is known color: Medium Goldenrod. HEX triplet: EF, EA and B8. RGB value is (239,234,184). Sum of RGB (Red+Green+Blue) = 239+234+184=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 184 (72.27% from 255 or 28.01% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAB8 is #101547. Grayscale: #E6E6E6. Windows color (decimal): -1054024 or 12118767. OLE color: 12118767.
HSL color Cylindrical-coordinate representation of color #EFEAB8: hue angle of 54.55º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFEAB8 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 184 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.06 |
| HSL | 54.55º | 0.63% | 0.83% | - |
| HSV(B) | 54.55º | 0.23% | 0.94% | - |
| XYZ | 73.67 | 80.66 | 57.03 | - |
| YUV | 229.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 184 | 0 | 0.02 | 0.23 | 0.06 | 54.55 | 0.63 | 0.83 |
| Hex | EF | EA | B8 | 0 | 2 | 17 | 6 | 37 | 3F | 53 |
| Octal | 357 | 352 | 270 | 0 | 2 | 27 | 6 | 67 | 77 | 123 |
| Binary | 11101111 | 11101010 | 10111000 | 0 | 10 | 10111 | 110 | 110111 | 111111 | 1010011 |
Color Harmonies of #EFEAB8
Complementary color
Monochromatic Colors of #EFEAB8
Black with #EFEAB8
Text Example
Text Example
White with #EFEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAB8; }
p { color: rgb(239,234,184); }
H1.HeaderClassName
{
color: #EFEAB8;
}
.AnyTagClassName
{
color: #EFEAB8;
}
</style>
background-color css
<style>
a { background-color: #EFEAB8; }
a { background-color: rgb(239,234,184); }
div.DivClassName
{
background-color: #EFEAB8;
}
.BgClassName
{
background-color: #EFEAB8;
}
</style>
border-color css
<style>
span { border-color: #EFEAB8; }
span { border-color: rgb(239,234,184); }
td.TdClassName
{
border-color: #EFEAB8;
}
.TagClassName
{
border-color: #EFEAB8;
}
</style>