Shades of Pale Goldenrod #F8EDA7
Tints of Pale Goldenrod #F8EDA7
RGB
CMYK
RGB Variations
Color information
#F8EDA7 (or 0xF8EDA7) is known color: Pale Goldenrod. HEX triplet: F8, ED and A7. RGB value is (248,237,167). Sum of RGB (Red+Green+Blue) = 248+237+167=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 167 (65.62% from 255 or 25.61% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EDA7 is #071258. Grayscale: #E8E8E8. Windows color (decimal): -463449 or 11005432. OLE color: 11005432.
HSL color Cylindrical-coordinate representation of color #F8EDA7: hue angle of 51.85º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8EDA7 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 167 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.03 |
| HSL | 51.85º | 0.85% | 0.81% | - |
| HSV(B) | 51.85º | 0.33% | 0.97% | - |
| XYZ | 75.97 | 83.31 | 48.64 | - |
| YUV | 232.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 167 | 0 | 0.04 | 0.33 | 0.03 | 51.85 | 0.85 | 0.81 |
| Hex | F8 | ED | A7 | 0 | 4 | 21 | 3 | 34 | 55 | 51 |
| Octal | 370 | 355 | 247 | 0 | 4 | 41 | 3 | 64 | 125 | 121 |
| Binary | 11111000 | 11101101 | 10100111 | 0 | 100 | 100001 | 11 | 110100 | 1010101 | 1010001 |
Color Harmonies of #F8EDA7
Complementary color
Monochromatic Colors of #F8EDA7
Black with #F8EDA7
Text Example
Text Example
White with #F8EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDA7; }
p { color: rgb(248,237,167); }
H1.HeaderClassName
{
color: #F8EDA7;
}
.AnyTagClassName
{
color: #F8EDA7;
}
</style>
background-color css
<style>
a { background-color: #F8EDA7; }
a { background-color: rgb(248,237,167); }
div.DivClassName
{
background-color: #F8EDA7;
}
.BgClassName
{
background-color: #F8EDA7;
}
</style>
border-color css
<style>
span { border-color: #F8EDA7; }
span { border-color: rgb(248,237,167); }
td.TdClassName
{
border-color: #F8EDA7;
}
.TagClassName
{
border-color: #F8EDA7;
}
</style>