Shades of Pale Goldenrod #EFE3A5
Tints of Pale Goldenrod #EFE3A5
RGB
CMYK
RGB Variations
Color information
#EFE3A5 (or 0xEFE3A5) is known color: Pale Goldenrod. HEX triplet: EF, E3 and A5. RGB value is (239,227,165). Sum of RGB (Red+Green+Blue) = 239+227+165=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3A5 is #101C5A. Grayscale: #DFDFDF. Windows color (decimal): -1055835 or 10871791. OLE color: 10871791.
HSL color Cylindrical-coordinate representation of color #EFE3A5: hue angle of 50.27º 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 #EFE3A5 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 165 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.06 |
| HSL | 50.27º | 0.7% | 0.79% | - |
| HSV(B) | 50.27º | 0.31% | 0.94% | - |
| XYZ | 69.86 | 76.01 | 46.59 | - |
| YUV | 223.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 165 | 0 | 0.05 | 0.31 | 0.06 | 50.27 | 0.7 | 0.79 |
| Hex | EF | E3 | A5 | 0 | 5 | 1F | 6 | 32 | 46 | 4F |
| Octal | 357 | 343 | 245 | 0 | 5 | 37 | 6 | 62 | 106 | 117 |
| Binary | 11101111 | 11100011 | 10100101 | 0 | 101 | 11111 | 110 | 110010 | 1000110 | 1001111 |
Color Harmonies of #EFE3A5
Complementary color
Monochromatic Colors of #EFE3A5
Black with #EFE3A5
Text Example
Text Example
White with #EFE3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3A5; }
p { color: rgb(239,227,165); }
H1.HeaderClassName
{
color: #EFE3A5;
}
.AnyTagClassName
{
color: #EFE3A5;
}
</style>
background-color css
<style>
a { background-color: #EFE3A5; }
a { background-color: rgb(239,227,165); }
div.DivClassName
{
background-color: #EFE3A5;
}
.BgClassName
{
background-color: #EFE3A5;
}
</style>
border-color css
<style>
span { border-color: #EFE3A5; }
span { border-color: rgb(239,227,165); }
td.TdClassName
{
border-color: #EFE3A5;
}
.TagClassName
{
border-color: #EFE3A5;
}
</style>