Shades of Pale Goldenrod #F5E8AC
Tints of Pale Goldenrod #F5E8AC
RGB
CMYK
RGB Variations
Color information
#F5E8AC (or 0xF5E8AC) is known color: Pale Goldenrod. HEX triplet: F5, E8 and AC. RGB value is (245,232,172). Sum of RGB (Red+Green+Blue) = 245+232+172=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E8AC is #0A1753. Grayscale: #E5E5E5. Windows color (decimal): -661332 or 11331829. OLE color: 11331829.
HSL color Cylindrical-coordinate representation of color #F5E8AC: hue angle of 49.32º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5E8AC is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 172 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.04 |
| HSL | 49.32º | 0.78% | 0.82% | - |
| HSV(B) | 49.32º | 0.3% | 0.96% | - |
| XYZ | 73.96 | 80.1 | 50.59 | - |
| YUV | 229.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 172 | 0 | 0.05 | 0.30 | 0.04 | 49.32 | 0.78 | 0.82 |
| Hex | F5 | E8 | AC | 0 | 5 | 1E | 4 | 31 | 4E | 52 |
| Octal | 365 | 350 | 254 | 0 | 5 | 36 | 4 | 61 | 116 | 122 |
| Binary | 11110101 | 11101000 | 10101100 | 0 | 101 | 11110 | 100 | 110001 | 1001110 | 1010010 |
Color Harmonies of #F5E8AC
Complementary color
Monochromatic Colors of #F5E8AC
Black with #F5E8AC
Text Example
Text Example
White with #F5E8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8AC; }
p { color: rgb(245,232,172); }
H1.HeaderClassName
{
color: #F5E8AC;
}
.AnyTagClassName
{
color: #F5E8AC;
}
</style>
background-color css
<style>
a { background-color: #F5E8AC; }
a { background-color: rgb(245,232,172); }
div.DivClassName
{
background-color: #F5E8AC;
}
.BgClassName
{
background-color: #F5E8AC;
}
</style>
border-color css
<style>
span { border-color: #F5E8AC; }
span { border-color: rgb(245,232,172); }
td.TdClassName
{
border-color: #F5E8AC;
}
.TagClassName
{
border-color: #F5E8AC;
}
</style>