Shades of Pale Goldenrod #F5EDA5
Tints of Pale Goldenrod #F5EDA5
RGB
CMYK
RGB Variations
Color information
#F5EDA5 (or 0xF5EDA5) is known color: Pale Goldenrod. HEX triplet: F5, ED and A5. RGB value is (245,237,165). Sum of RGB (Red+Green+Blue) = 245+237+165=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 165 (64.84% from 255 or 25.50% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EDA5 is #0A125A. Grayscale: #E7E7E7. Windows color (decimal): -660059 or 10874357. OLE color: 10874357.
HSL color Cylindrical-coordinate representation of color #F5EDA5: hue angle of 54º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5EDA5 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 165 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.04 |
| HSL | 54º | 0.8% | 0.8% | - |
| HSV(B) | 54º | 0.33% | 0.96% | - |
| XYZ | 74.73 | 82.7 | 47.62 | - |
| YUV | 231.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 165 | 0 | 0.03 | 0.33 | 0.04 | 54 | 0.8 | 0.8 |
| Hex | F5 | ED | A5 | 0 | 3 | 21 | 4 | 36 | 50 | 50 |
| Octal | 365 | 355 | 245 | 0 | 3 | 41 | 4 | 66 | 120 | 120 |
| Binary | 11110101 | 11101101 | 10100101 | 0 | 11 | 100001 | 100 | 110110 | 1010000 | 1010000 |
Color Harmonies of #F5EDA5
Complementary color
Monochromatic Colors of #F5EDA5
Black with #F5EDA5
Text Example
Text Example
White with #F5EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDA5; }
p { color: rgb(245,237,165); }
H1.HeaderClassName
{
color: #F5EDA5;
}
.AnyTagClassName
{
color: #F5EDA5;
}
</style>
background-color css
<style>
a { background-color: #F5EDA5; }
a { background-color: rgb(245,237,165); }
div.DivClassName
{
background-color: #F5EDA5;
}
.BgClassName
{
background-color: #F5EDA5;
}
</style>
border-color css
<style>
span { border-color: #F5EDA5; }
span { border-color: rgb(245,237,165); }
td.TdClassName
{
border-color: #F5EDA5;
}
.TagClassName
{
border-color: #F5EDA5;
}
</style>