Shades of Pale Goldenrod #EFE8AD
Tints of Pale Goldenrod #EFE8AD
RGB
CMYK
RGB Variations
Color information
#EFE8AD (or 0xEFE8AD) is known color: Pale Goldenrod. HEX triplet: EF, E8 and AD. RGB value is (239,232,173). Sum of RGB (Red+Green+Blue) = 239+232+173=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8AD is #101752. Grayscale: #E3E3E3. Windows color (decimal): -1054547 or 11397359. OLE color: 11397359.
HSL color Cylindrical-coordinate representation of color #EFE8AD: hue angle of 53.64º 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 #EFE8AD is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 173 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.06 |
| HSL | 53.64º | 0.67% | 0.81% | - |
| HSV(B) | 53.64º | 0.28% | 0.94% | - |
| XYZ | 72 | 79.08 | 51 | - |
| YUV | 227.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 173 | 0 | 0.03 | 0.28 | 0.06 | 53.64 | 0.67 | 0.81 |
| Hex | EF | E8 | AD | 0 | 3 | 1C | 6 | 36 | 43 | 51 |
| Octal | 357 | 350 | 255 | 0 | 3 | 34 | 6 | 66 | 103 | 121 |
| Binary | 11101111 | 11101000 | 10101101 | 0 | 11 | 11100 | 110 | 110110 | 1000011 | 1010001 |
Color Harmonies of #EFE8AD
Complementary color
Monochromatic Colors of #EFE8AD
Black with #EFE8AD
Text Example
Text Example
White with #EFE8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8AD; }
p { color: rgb(239,232,173); }
H1.HeaderClassName
{
color: #EFE8AD;
}
.AnyTagClassName
{
color: #EFE8AD;
}
</style>
background-color css
<style>
a { background-color: #EFE8AD; }
a { background-color: rgb(239,232,173); }
div.DivClassName
{
background-color: #EFE8AD;
}
.BgClassName
{
background-color: #EFE8AD;
}
</style>
border-color css
<style>
span { border-color: #EFE8AD; }
span { border-color: rgb(239,232,173); }
td.TdClassName
{
border-color: #EFE8AD;
}
.TagClassName
{
border-color: #EFE8AD;
}
</style>