Shades of Pale Goldenrod #F5EDA8
Tints of Pale Goldenrod #F5EDA8
RGB
CMYK
RGB Variations
Color information
#F5EDA8 (or 0xF5EDA8) is known color: Pale Goldenrod. HEX triplet: F5, ED and A8. RGB value is (245,237,168). Sum of RGB (Red+Green+Blue) = 245+237+168=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 168 (66.02% from 255 or 25.85% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EDA8 is #0A1257. Grayscale: #E7E7E7. Windows color (decimal): -660056 or 11070965. OLE color: 11070965.
HSL color Cylindrical-coordinate representation of color #F5EDA8: hue angle of 53.77º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5EDA8 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 168 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.04 |
| HSL | 53.77º | 0.79% | 0.81% | - |
| HSV(B) | 53.77º | 0.31% | 0.96% | - |
| XYZ | 75.01 | 82.81 | 49.08 | - |
| YUV | 231.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 168 | 0 | 0.03 | 0.31 | 0.04 | 53.77 | 0.79 | 0.81 |
| Hex | F5 | ED | A8 | 0 | 3 | 1F | 4 | 36 | 4F | 51 |
| Octal | 365 | 355 | 250 | 0 | 3 | 37 | 4 | 66 | 117 | 121 |
| Binary | 11110101 | 11101101 | 10101000 | 0 | 11 | 11111 | 100 | 110110 | 1001111 | 1010001 |
Color Harmonies of #F5EDA8
Complementary color
Monochromatic Colors of #F5EDA8
Black with #F5EDA8
Text Example
Text Example
White with #F5EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDA8; }
p { color: rgb(245,237,168); }
H1.HeaderClassName
{
color: #F5EDA8;
}
.AnyTagClassName
{
color: #F5EDA8;
}
</style>
background-color css
<style>
a { background-color: #F5EDA8; }
a { background-color: rgb(245,237,168); }
div.DivClassName
{
background-color: #F5EDA8;
}
.BgClassName
{
background-color: #F5EDA8;
}
</style>
border-color css
<style>
span { border-color: #F5EDA8; }
span { border-color: rgb(245,237,168); }
td.TdClassName
{
border-color: #F5EDA8;
}
.TagClassName
{
border-color: #F5EDA8;
}
</style>