Shades of Pale Goldenrod #EFEAA4
Tints of Pale Goldenrod #EFEAA4
RGB
CMYK
RGB Variations
Color information
#EFEAA4 (or 0xEFEAA4) is known color: Pale Goldenrod. HEX triplet: EF, EA and A4. RGB value is (239,234,164). Sum of RGB (Red+Green+Blue) = 239+234+164=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA4 is #10155B. Grayscale: #E3E3E3. Windows color (decimal): -1054044 or 10808047. OLE color: 10808047.
HSL color Cylindrical-coordinate representation of color #EFEAA4: hue angle of 56º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFEAA4 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 164 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.06 |
| HSL | 56º | 0.7% | 0.79% | - |
| HSV(B) | 56º | 0.31% | 0.94% | - |
| XYZ | 71.72 | 79.88 | 46.76 | - |
| YUV | 227.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 164 | 0 | 0.02 | 0.31 | 0.06 | 56 | 0.7 | 0.79 |
| Hex | EF | EA | A4 | 0 | 2 | 1F | 6 | 38 | 46 | 4F |
| Octal | 357 | 352 | 244 | 0 | 2 | 37 | 6 | 70 | 106 | 117 |
| Binary | 11101111 | 11101010 | 10100100 | 0 | 10 | 11111 | 110 | 111000 | 1000110 | 1001111 |
Color Harmonies of #EFEAA4
Complementary color
Monochromatic Colors of #EFEAA4
Black with #EFEAA4
Text Example
Text Example
White with #EFEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAA4; }
p { color: rgb(239,234,164); }
H1.HeaderClassName
{
color: #EFEAA4;
}
.AnyTagClassName
{
color: #EFEAA4;
}
</style>
background-color css
<style>
a { background-color: #EFEAA4; }
a { background-color: rgb(239,234,164); }
div.DivClassName
{
background-color: #EFEAA4;
}
.BgClassName
{
background-color: #EFEAA4;
}
</style>
border-color css
<style>
span { border-color: #EFEAA4; }
span { border-color: rgb(239,234,164); }
td.TdClassName
{
border-color: #EFEAA4;
}
.TagClassName
{
border-color: #EFEAA4;
}
</style>