Shades of Pale Goldenrod #F5E8AD
Tints of Pale Goldenrod #F5E8AD
RGB
CMYK
RGB Variations
Color information
#F5E8AD (or 0xF5E8AD) is known color: Pale Goldenrod. HEX triplet: F5, E8 and AD. RGB value is (245,232,173). Sum of RGB (Red+Green+Blue) = 245+232+173=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E8AD is #0A1752. Grayscale: #E5E5E5. Windows color (decimal): -661331 or 11397365. OLE color: 11397365.
HSL color Cylindrical-coordinate representation of color #F5E8AD: hue angle of 49.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5E8AD is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 173 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.04 |
| HSL | 49.17º | 0.78% | 0.82% | - |
| HSV(B) | 49.17º | 0.29% | 0.96% | - |
| XYZ | 74.06 | 80.14 | 51.1 | - |
| YUV | 229.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 173 | 0 | 0.05 | 0.29 | 0.04 | 49.17 | 0.78 | 0.82 |
| Hex | F5 | E8 | AD | 0 | 5 | 1D | 4 | 31 | 4E | 52 |
| Octal | 365 | 350 | 255 | 0 | 5 | 35 | 4 | 61 | 116 | 122 |
| Binary | 11110101 | 11101000 | 10101101 | 0 | 101 | 11101 | 100 | 110001 | 1001110 | 1010010 |
Color Harmonies of #F5E8AD
Complementary color
Monochromatic Colors of #F5E8AD
Black with #F5E8AD
Text Example
Text Example
White with #F5E8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8AD; }
p { color: rgb(245,232,173); }
H1.HeaderClassName
{
color: #F5E8AD;
}
.AnyTagClassName
{
color: #F5E8AD;
}
</style>
background-color css
<style>
a { background-color: #F5E8AD; }
a { background-color: rgb(245,232,173); }
div.DivClassName
{
background-color: #F5E8AD;
}
.BgClassName
{
background-color: #F5E8AD;
}
</style>
border-color css
<style>
span { border-color: #F5E8AD; }
span { border-color: rgb(245,232,173); }
td.TdClassName
{
border-color: #F5E8AD;
}
.TagClassName
{
border-color: #F5E8AD;
}
</style>