Shades of Pale Goldenrod #EFE5A8
Tints of Pale Goldenrod #EFE5A8
RGB
CMYK
RGB Variations
Color information
#EFE5A8 (or 0xEFE5A8) is known color: Pale Goldenrod. HEX triplet: EF, E5 and A8. RGB value is (239,229,168). Sum of RGB (Red+Green+Blue) = 239+229+168=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 168 (66.02% from 255 or 26.42% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5A8 is #101A57. Grayscale: #E1E1E1. Windows color (decimal): -1055320 or 11068911. OLE color: 11068911.
HSL color Cylindrical-coordinate representation of color #EFE5A8: hue angle of 51.55º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFE5A8 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 168 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.06 |
| HSL | 51.55º | 0.69% | 0.8% | - |
| HSV(B) | 51.55º | 0.3% | 0.94% | - |
| XYZ | 70.68 | 77.22 | 48.22 | - |
| YUV | 225.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 168 | 0 | 0.04 | 0.30 | 0.06 | 51.55 | 0.69 | 0.8 |
| Hex | EF | E5 | A8 | 0 | 4 | 1E | 6 | 34 | 45 | 50 |
| Octal | 357 | 345 | 250 | 0 | 4 | 36 | 6 | 64 | 105 | 120 |
| Binary | 11101111 | 11100101 | 10101000 | 0 | 100 | 11110 | 110 | 110100 | 1000101 | 1010000 |
Color Harmonies of #EFE5A8
Complementary color
Monochromatic Colors of #EFE5A8
Black with #EFE5A8
Text Example
Text Example
White with #EFE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5A8; }
p { color: rgb(239,229,168); }
H1.HeaderClassName
{
color: #EFE5A8;
}
.AnyTagClassName
{
color: #EFE5A8;
}
</style>
background-color css
<style>
a { background-color: #EFE5A8; }
a { background-color: rgb(239,229,168); }
div.DivClassName
{
background-color: #EFE5A8;
}
.BgClassName
{
background-color: #EFE5A8;
}
</style>
border-color css
<style>
span { border-color: #EFE5A8; }
span { border-color: rgb(239,229,168); }
td.TdClassName
{
border-color: #EFE5A8;
}
.TagClassName
{
border-color: #EFE5A8;
}
</style>