Shades of Pale Goldenrod #F5EDAE
Tints of Pale Goldenrod #F5EDAE
RGB
CMYK
RGB Variations
Color information
#F5EDAE (or 0xF5EDAE) is known color: Pale Goldenrod. HEX triplet: F5, ED and AE. RGB value is (245,237,174). Sum of RGB (Red+Green+Blue) = 245+237+174=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 174 (68.36% from 255 or 26.52% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EDAE is #0A1251. Grayscale: #E8E8E8. Windows color (decimal): -660050 or 11464181. OLE color: 11464181.
HSL color Cylindrical-coordinate representation of color #F5EDAE: hue angle of 53.24º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5EDAE is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 174 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.04 |
| HSL | 53.24º | 0.78% | 0.82% | - |
| HSV(B) | 53.24º | 0.29% | 0.96% | - |
| XYZ | 75.58 | 83.04 | 52.09 | - |
| YUV | 232.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 174 | 0 | 0.03 | 0.29 | 0.04 | 53.24 | 0.78 | 0.82 |
| Hex | F5 | ED | AE | 0 | 3 | 1D | 4 | 35 | 4E | 52 |
| Octal | 365 | 355 | 256 | 0 | 3 | 35 | 4 | 65 | 116 | 122 |
| Binary | 11110101 | 11101101 | 10101110 | 0 | 11 | 11101 | 100 | 110101 | 1001110 | 1010010 |
Color Harmonies of #F5EDAE
Complementary color
Monochromatic Colors of #F5EDAE
Black with #F5EDAE
Text Example
Text Example
White with #F5EDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDAE; }
p { color: rgb(245,237,174); }
H1.HeaderClassName
{
color: #F5EDAE;
}
.AnyTagClassName
{
color: #F5EDAE;
}
</style>
background-color css
<style>
a { background-color: #F5EDAE; }
a { background-color: rgb(245,237,174); }
div.DivClassName
{
background-color: #F5EDAE;
}
.BgClassName
{
background-color: #F5EDAE;
}
</style>
border-color css
<style>
span { border-color: #F5EDAE; }
span { border-color: rgb(245,237,174); }
td.TdClassName
{
border-color: #F5EDAE;
}
.TagClassName
{
border-color: #F5EDAE;
}
</style>