Shades of Pale Goldenrod #F5EAB0
Tints of Pale Goldenrod #F5EAB0
RGB
CMYK
RGB Variations
Color information
#F5EAB0 (or 0xF5EAB0) is known color: Pale Goldenrod. HEX triplet: F5, EA and B0. RGB value is (245,234,176). Sum of RGB (Red+Green+Blue) = 245+234+176=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EAB0 is #0A154F. Grayscale: #E6E6E6. Windows color (decimal): -660816 or 11594485. OLE color: 11594485.
HSL color Cylindrical-coordinate representation of color #F5EAB0: hue angle of 50.43º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5EAB0 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 176 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.04 |
| HSL | 50.43º | 0.78% | 0.83% | - |
| HSV(B) | 50.43º | 0.28% | 0.96% | - |
| XYZ | 74.92 | 81.39 | 52.84 | - |
| YUV | 230.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 176 | 0 | 0.04 | 0.28 | 0.04 | 50.43 | 0.78 | 0.83 |
| Hex | F5 | EA | B0 | 0 | 4 | 1C | 4 | 32 | 4E | 53 |
| Octal | 365 | 352 | 260 | 0 | 4 | 34 | 4 | 62 | 116 | 123 |
| Binary | 11110101 | 11101010 | 10110000 | 0 | 100 | 11100 | 100 | 110010 | 1001110 | 1010011 |
Color Harmonies of #F5EAB0
Complementary color
Monochromatic Colors of #F5EAB0
Black with #F5EAB0
Text Example
Text Example
White with #F5EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EAB0; }
p { color: rgb(245,234,176); }
H1.HeaderClassName
{
color: #F5EAB0;
}
.AnyTagClassName
{
color: #F5EAB0;
}
</style>
background-color css
<style>
a { background-color: #F5EAB0; }
a { background-color: rgb(245,234,176); }
div.DivClassName
{
background-color: #F5EAB0;
}
.BgClassName
{
background-color: #F5EAB0;
}
</style>
border-color css
<style>
span { border-color: #F5EAB0; }
span { border-color: rgb(245,234,176); }
td.TdClassName
{
border-color: #F5EAB0;
}
.TagClassName
{
border-color: #F5EAB0;
}
</style>