Shades of Pale Goldenrod #EFE8AA
Tints of Pale Goldenrod #EFE8AA
RGB
CMYK
RGB Variations
Color information
#EFE8AA (or 0xEFE8AA) is known color: Pale Goldenrod. HEX triplet: EF, E8 and AA. RGB value is (239,232,170). Sum of RGB (Red+Green+Blue) = 239+232+170=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8AA is #101755. Grayscale: #E3E3E3. Windows color (decimal): -1054550 or 11200751. OLE color: 11200751.
HSL color Cylindrical-coordinate representation of color #EFE8AA: hue angle of 53.91º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFE8AA is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 170 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.06 |
| HSL | 53.91º | 0.68% | 0.8% | - |
| HSV(B) | 53.91º | 0.29% | 0.94% | - |
| XYZ | 71.71 | 78.97 | 49.49 | - |
| YUV | 227.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 170 | 0 | 0.03 | 0.29 | 0.06 | 53.91 | 0.68 | 0.8 |
| Hex | EF | E8 | AA | 0 | 3 | 1D | 6 | 36 | 44 | 50 |
| Octal | 357 | 350 | 252 | 0 | 3 | 35 | 6 | 66 | 104 | 120 |
| Binary | 11101111 | 11101000 | 10101010 | 0 | 11 | 11101 | 110 | 110110 | 1000100 | 1010000 |
Color Harmonies of #EFE8AA
Complementary color
Monochromatic Colors of #EFE8AA
Black with #EFE8AA
Text Example
Text Example
White with #EFE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8AA; }
p { color: rgb(239,232,170); }
H1.HeaderClassName
{
color: #EFE8AA;
}
.AnyTagClassName
{
color: #EFE8AA;
}
</style>
background-color css
<style>
a { background-color: #EFE8AA; }
a { background-color: rgb(239,232,170); }
div.DivClassName
{
background-color: #EFE8AA;
}
.BgClassName
{
background-color: #EFE8AA;
}
</style>
border-color css
<style>
span { border-color: #EFE8AA; }
span { border-color: rgb(239,232,170); }
td.TdClassName
{
border-color: #EFE8AA;
}
.TagClassName
{
border-color: #EFE8AA;
}
</style>