Shades of Pale Goldenrod #F5ECB2
Tints of Pale Goldenrod #F5ECB2
RGB
CMYK
RGB Variations
Color information
#F5ECB2 (or 0xF5ECB2) is known color: Pale Goldenrod. HEX triplet: F5, EC and B2. RGB value is (245,236,178). Sum of RGB (Red+Green+Blue) = 245+236+178=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 178 (69.92% from 255 or 27.01% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ECB2 is #0A134D. Grayscale: #E8E8E8. Windows color (decimal): -660302 or 11726069. OLE color: 11726069.
HSL color Cylindrical-coordinate representation of color #F5ECB2: hue angle of 51.94º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5ECB2 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 178 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.04 |
| HSL | 51.94º | 0.77% | 0.83% | - |
| HSV(B) | 51.94º | 0.27% | 0.96% | - |
| XYZ | 75.69 | 82.62 | 54.08 | - |
| YUV | 232.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 178 | 0 | 0.04 | 0.27 | 0.04 | 51.94 | 0.77 | 0.83 |
| Hex | F5 | EC | B2 | 0 | 4 | 1B | 4 | 34 | 4D | 53 |
| Octal | 365 | 354 | 262 | 0 | 4 | 33 | 4 | 64 | 115 | 123 |
| Binary | 11110101 | 11101100 | 10110010 | 0 | 100 | 11011 | 100 | 110100 | 1001101 | 1010011 |
Color Harmonies of #F5ECB2
Complementary color
Monochromatic Colors of #F5ECB2
Black with #F5ECB2
Text Example
Text Example
White with #F5ECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECB2; }
p { color: rgb(245,236,178); }
H1.HeaderClassName
{
color: #F5ECB2;
}
.AnyTagClassName
{
color: #F5ECB2;
}
</style>
background-color css
<style>
a { background-color: #F5ECB2; }
a { background-color: rgb(245,236,178); }
div.DivClassName
{
background-color: #F5ECB2;
}
.BgClassName
{
background-color: #F5ECB2;
}
</style>
border-color css
<style>
span { border-color: #F5ECB2; }
span { border-color: rgb(245,236,178); }
td.TdClassName
{
border-color: #F5ECB2;
}
.TagClassName
{
border-color: #F5ECB2;
}
</style>