Shades of Pale Goldenrod #F5EEB5
Tints of Pale Goldenrod #F5EEB5
RGB
CMYK
RGB Variations
Color information
#F5EEB5 (or 0xF5EEB5) is known color: Pale Goldenrod. HEX triplet: F5, EE and B5. RGB value is (245,238,181). Sum of RGB (Red+Green+Blue) = 245+238+181=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 181 (71.09% from 255 or 27.26% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEB5 is #0A114A. Grayscale: #E9E9E9. Windows color (decimal): -659787 or 11923189. OLE color: 11923189.
HSL color Cylindrical-coordinate representation of color #F5EEB5: hue angle of 53.44º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5EEB5 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 238 | 181 | - |
CMYK | 0 | 0.03 | 0.26 | 0.04 |
HSL | 53.44º | 0.76% | 0.84% | - |
HSV(B) | 53.44º | 0.26% | 0.96% | - |
XYZ | 76.57 | 83.9 | 55.87 | - |
YUV | 233.6 | 98.32 | 136.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 238 | 181 | 0 | 0.03 | 0.26 | 0.04 | 53.44 | 0.76 | 0.84 |
Hex | F5 | EE | B5 | 0 | 3 | 1A | 4 | 35 | 4C | 54 |
Octal | 365 | 356 | 265 | 0 | 3 | 32 | 4 | 65 | 114 | 124 |
Binary | 11110101 | 11101110 | 10110101 | 0 | 11 | 11010 | 100 | 110101 | 1001100 | 1010100 |
Color Harmonies of #F5EEB5
Complementary color
Monochromatic Colors of #F5EEB5
Black with #F5EEB5
Text Example
Text Example
White with #F5EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEB5; }
p { color: rgb(245,238,181); }
H1.HeaderClassName
{
color: #F5EEB5;
}
.AnyTagClassName
{
color: #F5EEB5;
}
</style>
background-color css
<style>
a { background-color: #F5EEB5; }
a { background-color: rgb(245,238,181); }
div.DivClassName
{
background-color: #F5EEB5;
}
.BgClassName
{
background-color: #F5EEB5;
}
</style>
border-color css
<style>
span { border-color: #F5EEB5; }
span { border-color: rgb(245,238,181); }
td.TdClassName
{
border-color: #F5EEB5;
}
.TagClassName
{
border-color: #F5EEB5;
}
</style>