Shades of Medium Goldenrod #EFEEAF
Tints of Medium Goldenrod #EFEEAF
RGB
CMYK
RGB Variations
Color information
#EFEEAF (or 0xEFEEAF) is known color: Medium Goldenrod. HEX triplet: EF, EE and AF. RGB value is (239,238,175). Sum of RGB (Red+Green+Blue) = 239+238+175=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEAF is #101150. Grayscale: #E7E7E7. Windows color (decimal): -1053009 or 11529967. OLE color: 11529967.
HSL color Cylindrical-coordinate representation of color #EFEEAF: hue angle of 59.06º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFEEAF is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 175 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.06 |
| HSL | 59.06º | 0.67% | 0.81% | - |
| HSV(B) | 59.06º | 0.27% | 0.94% | - |
| XYZ | 73.91 | 82.59 | 52.6 | - |
| YUV | 231.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 175 | 0 | 0.00 | 0.27 | 0.06 | 59.06 | 0.67 | 0.81 |
| Hex | EF | EE | AF | 0 | 0 | 1B | 6 | 3B | 43 | 51 |
| Octal | 357 | 356 | 257 | 0 | 0 | 33 | 6 | 73 | 103 | 121 |
| Binary | 11101111 | 11101110 | 10101111 | 0 | 0 | 11011 | 110 | 111011 | 1000011 | 1010001 |
Color Harmonies of #EFEEAF
Complementary color
Monochromatic Colors of #EFEEAF
Black with #EFEEAF
Text Example
Text Example
White with #EFEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEAF; }
p { color: rgb(239,238,175); }
H1.HeaderClassName
{
color: #EFEEAF;
}
.AnyTagClassName
{
color: #EFEEAF;
}
</style>
background-color css
<style>
a { background-color: #EFEEAF; }
a { background-color: rgb(239,238,175); }
div.DivClassName
{
background-color: #EFEEAF;
}
.BgClassName
{
background-color: #EFEEAF;
}
</style>
border-color css
<style>
span { border-color: #EFEEAF; }
span { border-color: rgb(239,238,175); }
td.TdClassName
{
border-color: #EFEEAF;
}
.TagClassName
{
border-color: #EFEEAF;
}
</style>