Shades of Pale Goldenrod #EFEAA7
Tints of Pale Goldenrod #EFEAA7
RGB
CMYK
RGB Variations
Color information
#EFEAA7 (or 0xEFEAA7) is known color: Pale Goldenrod. HEX triplet: EF, EA and A7. RGB value is (239,234,167). Sum of RGB (Red+Green+Blue) = 239+234+167=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA7 is #101558. Grayscale: #E4E4E4. Windows color (decimal): -1054041 or 11004655. OLE color: 11004655.
HSL color Cylindrical-coordinate representation of color #EFEAA7: hue angle of 55.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFEAA7 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 167 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.06 |
| HSL | 55.83º | 0.69% | 0.8% | - |
| HSV(B) | 55.83º | 0.3% | 0.94% | - |
| XYZ | 71.99 | 79.99 | 48.2 | - |
| YUV | 227.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 167 | 0 | 0.02 | 0.30 | 0.06 | 55.83 | 0.69 | 0.8 |
| Hex | EF | EA | A7 | 0 | 2 | 1E | 6 | 38 | 45 | 50 |
| Octal | 357 | 352 | 247 | 0 | 2 | 36 | 6 | 70 | 105 | 120 |
| Binary | 11101111 | 11101010 | 10100111 | 0 | 10 | 11110 | 110 | 111000 | 1000101 | 1010000 |
Color Harmonies of #EFEAA7
Complementary color
Monochromatic Colors of #EFEAA7
Black with #EFEAA7
Text Example
Text Example
White with #EFEAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAA7; }
p { color: rgb(239,234,167); }
H1.HeaderClassName
{
color: #EFEAA7;
}
.AnyTagClassName
{
color: #EFEAA7;
}
</style>
background-color css
<style>
a { background-color: #EFEAA7; }
a { background-color: rgb(239,234,167); }
div.DivClassName
{
background-color: #EFEAA7;
}
.BgClassName
{
background-color: #EFEAA7;
}
</style>
border-color css
<style>
span { border-color: #EFEAA7; }
span { border-color: rgb(239,234,167); }
td.TdClassName
{
border-color: #EFEAA7;
}
.TagClassName
{
border-color: #EFEAA7;
}
</style>