Shades of Pale Goldenrod #EFE2AA
Tints of Pale Goldenrod #EFE2AA
RGB
CMYK
RGB Variations
Color information
#EFE2AA (or 0xEFE2AA) is known color: Pale Goldenrod. HEX triplet: EF, E2 and AA. RGB value is (239,226,170). Sum of RGB (Red+Green+Blue) = 239+226+170=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2AA is #101D55. Grayscale: #DFDFDF. Windows color (decimal): -1056086 or 11199215. OLE color: 11199215.
HSL color Cylindrical-coordinate representation of color #EFE2AA: hue angle of 48.7º 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 #EFE2AA is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 170 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.06 |
| HSL | 48.7º | 0.68% | 0.8% | - |
| HSV(B) | 48.7º | 0.29% | 0.94% | - |
| XYZ | 70.05 | 75.65 | 48.94 | - |
| YUV | 223.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 170 | 0 | 0.05 | 0.29 | 0.06 | 48.7 | 0.68 | 0.8 |
| Hex | EF | E2 | AA | 0 | 5 | 1D | 6 | 31 | 44 | 50 |
| Octal | 357 | 342 | 252 | 0 | 5 | 35 | 6 | 61 | 104 | 120 |
| Binary | 11101111 | 11100010 | 10101010 | 0 | 101 | 11101 | 110 | 110001 | 1000100 | 1010000 |
Color Harmonies of #EFE2AA
Complementary color
Monochromatic Colors of #EFE2AA
Black with #EFE2AA
Text Example
Text Example
White with #EFE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2AA; }
p { color: rgb(239,226,170); }
H1.HeaderClassName
{
color: #EFE2AA;
}
.AnyTagClassName
{
color: #EFE2AA;
}
</style>
background-color css
<style>
a { background-color: #EFE2AA; }
a { background-color: rgb(239,226,170); }
div.DivClassName
{
background-color: #EFE2AA;
}
.BgClassName
{
background-color: #EFE2AA;
}
</style>
border-color css
<style>
span { border-color: #EFE2AA; }
span { border-color: rgb(239,226,170); }
td.TdClassName
{
border-color: #EFE2AA;
}
.TagClassName
{
border-color: #EFE2AA;
}
</style>