Shades of Pale Goldenrod #F5EFB0
Tints of Pale Goldenrod #F5EFB0
RGB
CMYK
RGB Variations
Color information
#F5EFB0 (or 0xF5EFB0) is known color: Pale Goldenrod. HEX triplet: F5, EF and B0. RGB value is (245,239,176). Sum of RGB (Red+Green+Blue) = 245+239+176=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 176 (69.14% from 255 or 26.67% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFB0 is #0A104F. Grayscale: #E9E9E9. Windows color (decimal): -659536 or 11595765. OLE color: 11595765.
HSL color Cylindrical-coordinate representation of color #F5EFB0: hue angle of 54.78º 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 #F5EFB0 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 176 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.04 |
| HSL | 54.78º | 0.78% | 0.83% | - |
| HSV(B) | 54.78º | 0.28% | 0.96% | - |
| XYZ | 76.36 | 84.28 | 53.32 | - |
| YUV | 233.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 176 | 0 | 0.02 | 0.28 | 0.04 | 54.78 | 0.78 | 0.83 |
| Hex | F5 | EF | B0 | 0 | 2 | 1C | 4 | 37 | 4E | 53 |
| Octal | 365 | 357 | 260 | 0 | 2 | 34 | 4 | 67 | 116 | 123 |
| Binary | 11110101 | 11101111 | 10110000 | 0 | 10 | 11100 | 100 | 110111 | 1001110 | 1010011 |
Color Harmonies of #F5EFB0
Complementary color
Monochromatic Colors of #F5EFB0
Black with #F5EFB0
Text Example
Text Example
White with #F5EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFB0; }
p { color: rgb(245,239,176); }
H1.HeaderClassName
{
color: #F5EFB0;
}
.AnyTagClassName
{
color: #F5EFB0;
}
</style>
background-color css
<style>
a { background-color: #F5EFB0; }
a { background-color: rgb(245,239,176); }
div.DivClassName
{
background-color: #F5EFB0;
}
.BgClassName
{
background-color: #F5EFB0;
}
</style>
border-color css
<style>
span { border-color: #F5EFB0; }
span { border-color: rgb(245,239,176); }
td.TdClassName
{
border-color: #F5EFB0;
}
.TagClassName
{
border-color: #F5EFB0;
}
</style>