Shades of Pale Goldenrod #EFEAA1
Tints of Pale Goldenrod #EFEAA1
RGB
CMYK
RGB Variations
Color information
#EFEAA1 (or 0xEFEAA1) is known color: Pale Goldenrod. HEX triplet: EF, EA and A1. RGB value is (239,234,161). Sum of RGB (Red+Green+Blue) = 239+234+161=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA1 is #10155E. Grayscale: #E3E3E3. Windows color (decimal): -1054047 or 10611439. OLE color: 10611439.
HSL color Cylindrical-coordinate representation of color #EFEAA1: hue angle of 56.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFEAA1 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 161 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.06 |
| HSL | 56.15º | 0.71% | 0.78% | - |
| HSV(B) | 56.15º | 0.33% | 0.94% | - |
| XYZ | 71.45 | 79.77 | 45.35 | - |
| YUV | 227.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 161 | 0 | 0.02 | 0.33 | 0.06 | 56.15 | 0.71 | 0.78 |
| Hex | EF | EA | A1 | 0 | 2 | 21 | 6 | 38 | 47 | 4E |
| Octal | 357 | 352 | 241 | 0 | 2 | 41 | 6 | 70 | 107 | 116 |
| Binary | 11101111 | 11101010 | 10100001 | 0 | 10 | 100001 | 110 | 111000 | 1000111 | 1001110 |
Color Harmonies of #EFEAA1
Complementary color
Monochromatic Colors of #EFEAA1
Black with #EFEAA1
Text Example
Text Example
White with #EFEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAA1; }
p { color: rgb(239,234,161); }
H1.HeaderClassName
{
color: #EFEAA1;
}
.AnyTagClassName
{
color: #EFEAA1;
}
</style>
background-color css
<style>
a { background-color: #EFEAA1; }
a { background-color: rgb(239,234,161); }
div.DivClassName
{
background-color: #EFEAA1;
}
.BgClassName
{
background-color: #EFEAA1;
}
</style>
border-color css
<style>
span { border-color: #EFEAA1; }
span { border-color: rgb(239,234,161); }
td.TdClassName
{
border-color: #EFEAA1;
}
.TagClassName
{
border-color: #EFEAA1;
}
</style>