Shades of Pale Goldenrod #F5ECB0
Tints of Pale Goldenrod #F5ECB0
RGB
CMYK
RGB Variations
Color information
#F5ECB0 (or 0xF5ECB0) is known color: Pale Goldenrod. HEX triplet: F5, EC and B0. RGB value is (245,236,176). Sum of RGB (Red+Green+Blue) = 245+236+176=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ECB0 is #0A134F. Grayscale: #E8E8E8. Windows color (decimal): -660304 or 11594997. OLE color: 11594997.
HSL color Cylindrical-coordinate representation of color #F5ECB0: hue angle of 52.17º 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 #F5ECB0 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 176 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.04 |
| HSL | 52.17º | 0.78% | 0.83% | - |
| HSV(B) | 52.17º | 0.28% | 0.96% | - |
| XYZ | 75.49 | 82.54 | 53.03 | - |
| YUV | 231.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 176 | 0 | 0.04 | 0.28 | 0.04 | 52.17 | 0.78 | 0.83 |
| Hex | F5 | EC | B0 | 0 | 4 | 1C | 4 | 34 | 4E | 53 |
| Octal | 365 | 354 | 260 | 0 | 4 | 34 | 4 | 64 | 116 | 123 |
| Binary | 11110101 | 11101100 | 10110000 | 0 | 100 | 11100 | 100 | 110100 | 1001110 | 1010011 |
Color Harmonies of #F5ECB0
Complementary color
Monochromatic Colors of #F5ECB0
Black with #F5ECB0
Text Example
Text Example
White with #F5ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECB0; }
p { color: rgb(245,236,176); }
H1.HeaderClassName
{
color: #F5ECB0;
}
.AnyTagClassName
{
color: #F5ECB0;
}
</style>
background-color css
<style>
a { background-color: #F5ECB0; }
a { background-color: rgb(245,236,176); }
div.DivClassName
{
background-color: #F5ECB0;
}
.BgClassName
{
background-color: #F5ECB0;
}
</style>
border-color css
<style>
span { border-color: #F5ECB0; }
span { border-color: rgb(245,236,176); }
td.TdClassName
{
border-color: #F5ECB0;
}
.TagClassName
{
border-color: #F5ECB0;
}
</style>