Shades of Pale Goldenrod #EFE9AD
Tints of Pale Goldenrod #EFE9AD
RGB
CMYK
RGB Variations
Color information
#EFE9AD (or 0xEFE9AD) is known color: Pale Goldenrod. HEX triplet: EF, E9 and AD. RGB value is (239,233,173). Sum of RGB (Red+Green+Blue) = 239+233+173=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE9AD is #101652. Grayscale: #E4E4E4. Windows color (decimal): -1054291 or 11397615. OLE color: 11397615.
HSL color Cylindrical-coordinate representation of color #EFE9AD: hue angle of 54.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE9AD is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 173 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.06 |
| HSL | 54.55º | 0.67% | 0.81% | - |
| HSV(B) | 54.55º | 0.28% | 0.94% | - |
| XYZ | 72.28 | 79.65 | 51.1 | - |
| YUV | 227.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 173 | 0 | 0.03 | 0.28 | 0.06 | 54.55 | 0.67 | 0.81 |
| Hex | EF | E9 | AD | 0 | 3 | 1C | 6 | 37 | 43 | 51 |
| Octal | 357 | 351 | 255 | 0 | 3 | 34 | 6 | 67 | 103 | 121 |
| Binary | 11101111 | 11101001 | 10101101 | 0 | 11 | 11100 | 110 | 110111 | 1000011 | 1010001 |
Color Harmonies of #EFE9AD
Complementary color
Monochromatic Colors of #EFE9AD
Black with #EFE9AD
Text Example
Text Example
White with #EFE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9AD; }
p { color: rgb(239,233,173); }
H1.HeaderClassName
{
color: #EFE9AD;
}
.AnyTagClassName
{
color: #EFE9AD;
}
</style>
background-color css
<style>
a { background-color: #EFE9AD; }
a { background-color: rgb(239,233,173); }
div.DivClassName
{
background-color: #EFE9AD;
}
.BgClassName
{
background-color: #EFE9AD;
}
</style>
border-color css
<style>
span { border-color: #EFE9AD; }
span { border-color: rgb(239,233,173); }
td.TdClassName
{
border-color: #EFE9AD;
}
.TagClassName
{
border-color: #EFE9AD;
}
</style>