Shades of Pale Goldenrod #EFE3A2
Tints of Pale Goldenrod #EFE3A2
RGB
CMYK
RGB Variations
Color information
#EFE3A2 (or 0xEFE3A2) is known color: Pale Goldenrod. HEX triplet: EF, E3 and A2. RGB value is (239,227,162). Sum of RGB (Red+Green+Blue) = 239+227+162=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 162 (63.67% from 255 or 25.80% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3A2 is #101C5D. Grayscale: #DFDFDF. Windows color (decimal): -1055838 or 10675183. OLE color: 10675183.
HSL color Cylindrical-coordinate representation of color #EFE3A2: hue angle of 50.65º 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 #EFE3A2 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 162 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.06 |
| HSL | 50.65º | 0.71% | 0.79% | - |
| HSV(B) | 50.65º | 0.32% | 0.94% | - |
| XYZ | 69.59 | 75.9 | 45.16 | - |
| YUV | 223.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 162 | 0 | 0.05 | 0.32 | 0.06 | 50.65 | 0.71 | 0.79 |
| Hex | EF | E3 | A2 | 0 | 5 | 20 | 6 | 33 | 47 | 4F |
| Octal | 357 | 343 | 242 | 0 | 5 | 40 | 6 | 63 | 107 | 117 |
| Binary | 11101111 | 11100011 | 10100010 | 0 | 101 | 100000 | 110 | 110011 | 1000111 | 1001111 |
Color Harmonies of #EFE3A2
Complementary color
Monochromatic Colors of #EFE3A2
Black with #EFE3A2
Text Example
Text Example
White with #EFE3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3A2; }
p { color: rgb(239,227,162); }
H1.HeaderClassName
{
color: #EFE3A2;
}
.AnyTagClassName
{
color: #EFE3A2;
}
</style>
background-color css
<style>
a { background-color: #EFE3A2; }
a { background-color: rgb(239,227,162); }
div.DivClassName
{
background-color: #EFE3A2;
}
.BgClassName
{
background-color: #EFE3A2;
}
</style>
border-color css
<style>
span { border-color: #EFE3A2; }
span { border-color: rgb(239,227,162); }
td.TdClassName
{
border-color: #EFE3A2;
}
.TagClassName
{
border-color: #EFE3A2;
}
</style>