Shades of Pale Goldenrod #EFE6A1
Tints of Pale Goldenrod #EFE6A1
RGB
CMYK
RGB Variations
Color information
#EFE6A1 (or 0xEFE6A1) is known color: Pale Goldenrod. HEX triplet: EF, E6 and A1. RGB value is (239,230,161). Sum of RGB (Red+Green+Blue) = 239+230+161=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE6A1 is #10195E. Grayscale: #E1E1E1. Windows color (decimal): -1055071 or 10610415. OLE color: 10610415.
HSL color Cylindrical-coordinate representation of color #EFE6A1: hue angle of 53.08º 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 #EFE6A1 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 161 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.06 |
| HSL | 53.08º | 0.71% | 0.78% | - |
| HSV(B) | 53.08º | 0.33% | 0.94% | - |
| XYZ | 70.33 | 77.52 | 44.97 | - |
| YUV | 224.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 161 | 0 | 0.04 | 0.33 | 0.06 | 53.08 | 0.71 | 0.78 |
| Hex | EF | E6 | A1 | 0 | 4 | 21 | 6 | 35 | 47 | 4E |
| Octal | 357 | 346 | 241 | 0 | 4 | 41 | 6 | 65 | 107 | 116 |
| Binary | 11101111 | 11100110 | 10100001 | 0 | 100 | 100001 | 110 | 110101 | 1000111 | 1001110 |
Color Harmonies of #EFE6A1
Complementary color
Monochromatic Colors of #EFE6A1
Black with #EFE6A1
Text Example
Text Example
White with #EFE6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6A1; }
p { color: rgb(239,230,161); }
H1.HeaderClassName
{
color: #EFE6A1;
}
.AnyTagClassName
{
color: #EFE6A1;
}
</style>
background-color css
<style>
a { background-color: #EFE6A1; }
a { background-color: rgb(239,230,161); }
div.DivClassName
{
background-color: #EFE6A1;
}
.BgClassName
{
background-color: #EFE6A1;
}
</style>
border-color css
<style>
span { border-color: #EFE6A1; }
span { border-color: rgb(239,230,161); }
td.TdClassName
{
border-color: #EFE6A1;
}
.TagClassName
{
border-color: #EFE6A1;
}
</style>