Shades of Pale Goldenrod #F5EAAB
Tints of Pale Goldenrod #F5EAAB
RGB
CMYK
RGB Variations
Color information
#F5EAAB (or 0xF5EAAB) is known color: Pale Goldenrod. HEX triplet: F5, EA and AB. RGB value is (245,234,171). Sum of RGB (Red+Green+Blue) = 245+234+171=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EAAB is #0A1554. Grayscale: #E6E6E6. Windows color (decimal): -660821 or 11266805. OLE color: 11266805.
HSL color Cylindrical-coordinate representation of color #F5EAAB: hue angle of 51.08º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5EAAB is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 234 | 171 | - |
CMYK | 0 | 0.04 | 0.30 | 0.04 |
HSL | 51.08º | 0.79% | 0.82% | - |
HSV(B) | 51.08º | 0.3% | 0.96% | - |
XYZ | 74.43 | 81.2 | 50.28 | - |
YUV | 230.11 | 94.64 | 138.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 234 | 171 | 0 | 0.04 | 0.30 | 0.04 | 51.08 | 0.79 | 0.82 |
Hex | F5 | EA | AB | 0 | 4 | 1E | 4 | 33 | 4F | 52 |
Octal | 365 | 352 | 253 | 0 | 4 | 36 | 4 | 63 | 117 | 122 |
Binary | 11110101 | 11101010 | 10101011 | 0 | 100 | 11110 | 100 | 110011 | 1001111 | 1010010 |
Color Harmonies of #F5EAAB
Complementary color
Monochromatic Colors of #F5EAAB
Black with #F5EAAB
Text Example
Text Example
White with #F5EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EAAB; }
p { color: rgb(245,234,171); }
H1.HeaderClassName
{
color: #F5EAAB;
}
.AnyTagClassName
{
color: #F5EAAB;
}
</style>
background-color css
<style>
a { background-color: #F5EAAB; }
a { background-color: rgb(245,234,171); }
div.DivClassName
{
background-color: #F5EAAB;
}
.BgClassName
{
background-color: #F5EAAB;
}
</style>
border-color css
<style>
span { border-color: #F5EAAB; }
span { border-color: rgb(245,234,171); }
td.TdClassName
{
border-color: #F5EAAB;
}
.TagClassName
{
border-color: #F5EAAB;
}
</style>