Shades of Pale Goldenrod #EFEAB1
Tints of Pale Goldenrod #EFEAB1
RGB
CMYK
RGB Variations
Color information
#EFEAB1 (or 0xEFEAB1) is known color: Pale Goldenrod. HEX triplet: EF, EA and B1. RGB value is (239,234,177). Sum of RGB (Red+Green+Blue) = 239+234+177=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAB1 is #10154E. Grayscale: #E5E5E5. Windows color (decimal): -1054031 or 11660015. OLE color: 11660015.
HSL color Cylindrical-coordinate representation of color #EFEAB1: hue angle of 55.16º 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 #EFEAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 177 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.06 |
| HSL | 55.16º | 0.66% | 0.82% | - |
| HSV(B) | 55.16º | 0.26% | 0.94% | - |
| XYZ | 72.96 | 80.37 | 53.26 | - |
| YUV | 229 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 177 | 0 | 0.02 | 0.26 | 0.06 | 55.16 | 0.66 | 0.82 |
| Hex | EF | EA | B1 | 0 | 2 | 1A | 6 | 37 | 42 | 52 |
| Octal | 357 | 352 | 261 | 0 | 2 | 32 | 6 | 67 | 102 | 122 |
| Binary | 11101111 | 11101010 | 10110001 | 0 | 10 | 11010 | 110 | 110111 | 1000010 | 1010010 |
Color Harmonies of #EFEAB1
Complementary color
Monochromatic Colors of #EFEAB1
Black with #EFEAB1
Text Example
Text Example
White with #EFEAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAB1; }
p { color: rgb(239,234,177); }
H1.HeaderClassName
{
color: #EFEAB1;
}
.AnyTagClassName
{
color: #EFEAB1;
}
</style>
background-color css
<style>
a { background-color: #EFEAB1; }
a { background-color: rgb(239,234,177); }
div.DivClassName
{
background-color: #EFEAB1;
}
.BgClassName
{
background-color: #EFEAB1;
}
</style>
border-color css
<style>
span { border-color: #EFEAB1; }
span { border-color: rgb(239,234,177); }
td.TdClassName
{
border-color: #EFEAB1;
}
.TagClassName
{
border-color: #EFEAB1;
}
</style>