Shades of Pale Goldenrod #F2EBAA
Tints of Pale Goldenrod #F2EBAA
RGB
CMYK
RGB Variations
Color information
#F2EBAA (or 0xF2EBAA) is known color: Pale Goldenrod. HEX triplet: F2, EB and AA. RGB value is (242,235,170). Sum of RGB (Red+Green+Blue) = 242+235+170=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBAA is #0D1455. Grayscale: #E5E5E5. Windows color (decimal): -857174 or 11201522. OLE color: 11201522.
HSL color Cylindrical-coordinate representation of color #F2EBAA: hue angle of 54.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2EBAA is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 170 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.05 |
| HSL | 54.17º | 0.73% | 0.81% | - |
| HSV(B) | 54.17º | 0.3% | 0.95% | - |
| XYZ | 73.58 | 81.2 | 49.82 | - |
| YUV | 229.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 170 | 0 | 0.03 | 0.30 | 0.05 | 54.17 | 0.73 | 0.81 |
| Hex | F2 | EB | AA | 0 | 3 | 1E | 5 | 36 | 49 | 51 |
| Octal | 362 | 353 | 252 | 0 | 3 | 36 | 5 | 66 | 111 | 121 |
| Binary | 11110010 | 11101011 | 10101010 | 0 | 11 | 11110 | 101 | 110110 | 1001001 | 1010001 |
Color Harmonies of #F2EBAA
Complementary color
Monochromatic Colors of #F2EBAA
Black with #F2EBAA
Text Example
Text Example
White with #F2EBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBAA; }
p { color: rgb(242,235,170); }
H1.HeaderClassName
{
color: #F2EBAA;
}
.AnyTagClassName
{
color: #F2EBAA;
}
</style>
background-color css
<style>
a { background-color: #F2EBAA; }
a { background-color: rgb(242,235,170); }
div.DivClassName
{
background-color: #F2EBAA;
}
.BgClassName
{
background-color: #F2EBAA;
}
</style>
border-color css
<style>
span { border-color: #F2EBAA; }
span { border-color: rgb(242,235,170); }
td.TdClassName
{
border-color: #F2EBAA;
}
.TagClassName
{
border-color: #F2EBAA;
}
</style>