Shades of Pale Goldenrod #EFE6AA
Tints of Pale Goldenrod #EFE6AA
RGB
CMYK
RGB Variations
Color information
#EFE6AA (or 0xEFE6AA) is known color: Pale Goldenrod. HEX triplet: EF, E6 and AA. RGB value is (239,230,170). Sum of RGB (Red+Green+Blue) = 239+230+170=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE6AA is #101955. Grayscale: #E2E2E2. Windows color (decimal): -1055062 or 11200239. OLE color: 11200239.
HSL color Cylindrical-coordinate representation of color #EFE6AA: hue angle of 52.17º 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 #EFE6AA is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 170 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.06 |
| HSL | 52.17º | 0.68% | 0.8% | - |
| HSV(B) | 52.17º | 0.29% | 0.94% | - |
| XYZ | 71.15 | 77.85 | 49.31 | - |
| YUV | 225.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 170 | 0 | 0.04 | 0.29 | 0.06 | 52.17 | 0.68 | 0.8 |
| Hex | EF | E6 | AA | 0 | 4 | 1D | 6 | 34 | 44 | 50 |
| Octal | 357 | 346 | 252 | 0 | 4 | 35 | 6 | 64 | 104 | 120 |
| Binary | 11101111 | 11100110 | 10101010 | 0 | 100 | 11101 | 110 | 110100 | 1000100 | 1010000 |
Color Harmonies of #EFE6AA
Complementary color
Monochromatic Colors of #EFE6AA
Black with #EFE6AA
Text Example
Text Example
White with #EFE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6AA; }
p { color: rgb(239,230,170); }
H1.HeaderClassName
{
color: #EFE6AA;
}
.AnyTagClassName
{
color: #EFE6AA;
}
</style>
background-color css
<style>
a { background-color: #EFE6AA; }
a { background-color: rgb(239,230,170); }
div.DivClassName
{
background-color: #EFE6AA;
}
.BgClassName
{
background-color: #EFE6AA;
}
</style>
border-color css
<style>
span { border-color: #EFE6AA; }
span { border-color: rgb(239,230,170); }
td.TdClassName
{
border-color: #EFE6AA;
}
.TagClassName
{
border-color: #EFE6AA;
}
</style>