Shades of Pale Goldenrod #EFE9AF
Tints of Pale Goldenrod #EFE9AF
RGB
CMYK
RGB Variations
Color information
#EFE9AF (or 0xEFE9AF) is known color: Pale Goldenrod. HEX triplet: EF, E9 and AF. RGB value is (239,233,175). Sum of RGB (Red+Green+Blue) = 239+233+175=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE9AF is #101650. Grayscale: #E4E4E4. Windows color (decimal): -1054289 or 11528687. OLE color: 11528687.
HSL color Cylindrical-coordinate representation of color #EFE9AF: hue angle of 54.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFE9AF is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 175 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.06 |
| HSL | 54.38º | 0.67% | 0.81% | - |
| HSV(B) | 54.38º | 0.27% | 0.94% | - |
| XYZ | 72.47 | 79.72 | 52.13 | - |
| YUV | 228.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 175 | 0 | 0.03 | 0.27 | 0.06 | 54.38 | 0.67 | 0.81 |
| Hex | EF | E9 | AF | 0 | 3 | 1B | 6 | 36 | 43 | 51 |
| Octal | 357 | 351 | 257 | 0 | 3 | 33 | 6 | 66 | 103 | 121 |
| Binary | 11101111 | 11101001 | 10101111 | 0 | 11 | 11011 | 110 | 110110 | 1000011 | 1010001 |
Color Harmonies of #EFE9AF
Complementary color
Monochromatic Colors of #EFE9AF
Black with #EFE9AF
Text Example
Text Example
White with #EFE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9AF; }
p { color: rgb(239,233,175); }
H1.HeaderClassName
{
color: #EFE9AF;
}
.AnyTagClassName
{
color: #EFE9AF;
}
</style>
background-color css
<style>
a { background-color: #EFE9AF; }
a { background-color: rgb(239,233,175); }
div.DivClassName
{
background-color: #EFE9AF;
}
.BgClassName
{
background-color: #EFE9AF;
}
</style>
border-color css
<style>
span { border-color: #EFE9AF; }
span { border-color: rgb(239,233,175); }
td.TdClassName
{
border-color: #EFE9AF;
}
.TagClassName
{
border-color: #EFE9AF;
}
</style>