Shades of Pale Goldenrod #EFE5A5
Tints of Pale Goldenrod #EFE5A5
RGB
CMYK
RGB Variations
Color information
#EFE5A5 (or 0xEFE5A5) is known color: Pale Goldenrod. HEX triplet: EF, E5 and A5. RGB value is (239,229,165). Sum of RGB (Red+Green+Blue) = 239+229+165=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5A5 is #101A5A. Grayscale: #E0E0E0. Windows color (decimal): -1055323 or 10872303. OLE color: 10872303.
HSL color Cylindrical-coordinate representation of color #EFE5A5: hue angle of 51.89º 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 #EFE5A5 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 165 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.06 |
| HSL | 51.89º | 0.7% | 0.79% | - |
| HSV(B) | 51.89º | 0.31% | 0.94% | - |
| XYZ | 70.41 | 77.11 | 46.77 | - |
| YUV | 224.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 165 | 0 | 0.04 | 0.31 | 0.06 | 51.89 | 0.7 | 0.79 |
| Hex | EF | E5 | A5 | 0 | 4 | 1F | 6 | 34 | 46 | 4F |
| Octal | 357 | 345 | 245 | 0 | 4 | 37 | 6 | 64 | 106 | 117 |
| Binary | 11101111 | 11100101 | 10100101 | 0 | 100 | 11111 | 110 | 110100 | 1000110 | 1001111 |
Color Harmonies of #EFE5A5
Complementary color
Monochromatic Colors of #EFE5A5
Black with #EFE5A5
Text Example
Text Example
White with #EFE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5A5; }
p { color: rgb(239,229,165); }
H1.HeaderClassName
{
color: #EFE5A5;
}
.AnyTagClassName
{
color: #EFE5A5;
}
</style>
background-color css
<style>
a { background-color: #EFE5A5; }
a { background-color: rgb(239,229,165); }
div.DivClassName
{
background-color: #EFE5A5;
}
.BgClassName
{
background-color: #EFE5A5;
}
</style>
border-color css
<style>
span { border-color: #EFE5A5; }
span { border-color: rgb(239,229,165); }
td.TdClassName
{
border-color: #EFE5A5;
}
.TagClassName
{
border-color: #EFE5A5;
}
</style>