Shades of Pale Goldenrod #EFEAA2
Tints of Pale Goldenrod #EFEAA2
RGB
CMYK
RGB Variations
Color information
#EFEAA2 (or 0xEFEAA2) is known color: Pale Goldenrod. HEX triplet: EF, EA and A2. RGB value is (239,234,162). Sum of RGB (Red+Green+Blue) = 239+234+162=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA2 is #10155D. Grayscale: #E3E3E3. Windows color (decimal): -1054046 or 10676975. OLE color: 10676975.
HSL color Cylindrical-coordinate representation of color #EFEAA2: hue angle of 56.1º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFEAA2 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 162 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.06 |
| HSL | 56.1º | 0.71% | 0.79% | - |
| HSV(B) | 56.1º | 0.32% | 0.94% | - |
| XYZ | 71.54 | 79.8 | 45.82 | - |
| YUV | 227.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 162 | 0 | 0.02 | 0.32 | 0.06 | 56.1 | 0.71 | 0.79 |
| Hex | EF | EA | A2 | 0 | 2 | 20 | 6 | 38 | 47 | 4F |
| Octal | 357 | 352 | 242 | 0 | 2 | 40 | 6 | 70 | 107 | 117 |
| Binary | 11101111 | 11101010 | 10100010 | 0 | 10 | 100000 | 110 | 111000 | 1000111 | 1001111 |
Color Harmonies of #EFEAA2
Complementary color
Monochromatic Colors of #EFEAA2
Black with #EFEAA2
Text Example
Text Example
White with #EFEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAA2; }
p { color: rgb(239,234,162); }
H1.HeaderClassName
{
color: #EFEAA2;
}
.AnyTagClassName
{
color: #EFEAA2;
}
</style>
background-color css
<style>
a { background-color: #EFEAA2; }
a { background-color: rgb(239,234,162); }
div.DivClassName
{
background-color: #EFEAA2;
}
.BgClassName
{
background-color: #EFEAA2;
}
</style>
border-color css
<style>
span { border-color: #EFEAA2; }
span { border-color: rgb(239,234,162); }
td.TdClassName
{
border-color: #EFEAA2;
}
.TagClassName
{
border-color: #EFEAA2;
}
</style>