Shades of Pale Goldenrod #F5EDA7
Tints of Pale Goldenrod #F5EDA7
RGB
CMYK
RGB Variations
Color information
#F5EDA7 (or 0xF5EDA7) is known color: Pale Goldenrod. HEX triplet: F5, ED and A7. RGB value is (245,237,167). Sum of RGB (Red+Green+Blue) = 245+237+167=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 167 (65.62% from 255 or 25.73% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EDA7 is #0A1258. Grayscale: #E7E7E7. Windows color (decimal): -660057 or 11005429. OLE color: 11005429.
HSL color Cylindrical-coordinate representation of color #F5EDA7: hue angle of 53.85º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5EDA7 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 167 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.04 |
| HSL | 53.85º | 0.8% | 0.81% | - |
| HSV(B) | 53.85º | 0.32% | 0.96% | - |
| XYZ | 74.92 | 82.77 | 48.59 | - |
| YUV | 231.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 167 | 0 | 0.03 | 0.32 | 0.04 | 53.85 | 0.8 | 0.81 |
| Hex | F5 | ED | A7 | 0 | 3 | 20 | 4 | 36 | 50 | 51 |
| Octal | 365 | 355 | 247 | 0 | 3 | 40 | 4 | 66 | 120 | 121 |
| Binary | 11110101 | 11101101 | 10100111 | 0 | 11 | 100000 | 100 | 110110 | 1010000 | 1010001 |
Color Harmonies of #F5EDA7
Complementary color
Monochromatic Colors of #F5EDA7
Black with #F5EDA7
Text Example
Text Example
White with #F5EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDA7; }
p { color: rgb(245,237,167); }
H1.HeaderClassName
{
color: #F5EDA7;
}
.AnyTagClassName
{
color: #F5EDA7;
}
</style>
background-color css
<style>
a { background-color: #F5EDA7; }
a { background-color: rgb(245,237,167); }
div.DivClassName
{
background-color: #F5EDA7;
}
.BgClassName
{
background-color: #F5EDA7;
}
</style>
border-color css
<style>
span { border-color: #F5EDA7; }
span { border-color: rgb(245,237,167); }
td.TdClassName
{
border-color: #F5EDA7;
}
.TagClassName
{
border-color: #F5EDA7;
}
</style>