Shades of Pale Goldenrod #EFE3AA
Tints of Pale Goldenrod #EFE3AA
RGB
CMYK
RGB Variations
Color information
#EFE3AA (or 0xEFE3AA) is known color: Pale Goldenrod. HEX triplet: EF, E3 and AA. RGB value is (239,227,170). Sum of RGB (Red+Green+Blue) = 239+227+170=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3AA is #101C55. Grayscale: #E0E0E0. Windows color (decimal): -1055830 or 11199471. OLE color: 11199471.
HSL color Cylindrical-coordinate representation of color #EFE3AA: hue angle of 49.57º 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 #EFE3AA is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 170 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.06 |
| HSL | 49.57º | 0.68% | 0.8% | - |
| HSV(B) | 49.57º | 0.29% | 0.94% | - |
| XYZ | 70.32 | 76.19 | 49.03 | - |
| YUV | 224.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 170 | 0 | 0.05 | 0.29 | 0.06 | 49.57 | 0.68 | 0.8 |
| Hex | EF | E3 | AA | 0 | 5 | 1D | 6 | 32 | 44 | 50 |
| Octal | 357 | 343 | 252 | 0 | 5 | 35 | 6 | 62 | 104 | 120 |
| Binary | 11101111 | 11100011 | 10101010 | 0 | 101 | 11101 | 110 | 110010 | 1000100 | 1010000 |
Color Harmonies of #EFE3AA
Complementary color
Monochromatic Colors of #EFE3AA
Black with #EFE3AA
Text Example
Text Example
White with #EFE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3AA; }
p { color: rgb(239,227,170); }
H1.HeaderClassName
{
color: #EFE3AA;
}
.AnyTagClassName
{
color: #EFE3AA;
}
</style>
background-color css
<style>
a { background-color: #EFE3AA; }
a { background-color: rgb(239,227,170); }
div.DivClassName
{
background-color: #EFE3AA;
}
.BgClassName
{
background-color: #EFE3AA;
}
</style>
border-color css
<style>
span { border-color: #EFE3AA; }
span { border-color: rgb(239,227,170); }
td.TdClassName
{
border-color: #EFE3AA;
}
.TagClassName
{
border-color: #EFE3AA;
}
</style>