Shades of Pale Goldenrod #EFEAA3
Tints of Pale Goldenrod #EFEAA3
RGB
CMYK
RGB Variations
Color information
#EFEAA3 (or 0xEFEAA3) is known color: Pale Goldenrod. HEX triplet: EF, EA and A3. RGB value is (239,234,163). Sum of RGB (Red+Green+Blue) = 239+234+163=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA3 is #10155C. Grayscale: #E3E3E3. Windows color (decimal): -1054045 or 10742511. OLE color: 10742511.
HSL color Cylindrical-coordinate representation of color #EFEAA3: hue angle of 56.05º degrees, saturation: 0.7, 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 #EFEAA3 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 163 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.06 |
| HSL | 56.05º | 0.7% | 0.79% | - |
| HSV(B) | 56.05º | 0.32% | 0.94% | - |
| XYZ | 71.63 | 79.84 | 46.29 | - |
| YUV | 227.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 163 | 0 | 0.02 | 0.32 | 0.06 | 56.05 | 0.7 | 0.79 |
| Hex | EF | EA | A3 | 0 | 2 | 20 | 6 | 38 | 46 | 4F |
| Octal | 357 | 352 | 243 | 0 | 2 | 40 | 6 | 70 | 106 | 117 |
| Binary | 11101111 | 11101010 | 10100011 | 0 | 10 | 100000 | 110 | 111000 | 1000110 | 1001111 |
Color Harmonies of #EFEAA3
Complementary color
Monochromatic Colors of #EFEAA3
Black with #EFEAA3
Text Example
Text Example
White with #EFEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAA3; }
p { color: rgb(239,234,163); }
H1.HeaderClassName
{
color: #EFEAA3;
}
.AnyTagClassName
{
color: #EFEAA3;
}
</style>
background-color css
<style>
a { background-color: #EFEAA3; }
a { background-color: rgb(239,234,163); }
div.DivClassName
{
background-color: #EFEAA3;
}
.BgClassName
{
background-color: #EFEAA3;
}
</style>
border-color css
<style>
span { border-color: #EFEAA3; }
span { border-color: rgb(239,234,163); }
td.TdClassName
{
border-color: #EFEAA3;
}
.TagClassName
{
border-color: #EFEAA3;
}
</style>