Shades of Pale Goldenrod #F2EDA9
Tints of Pale Goldenrod #F2EDA9
RGB
CMYK
RGB Variations
Color information
#F2EDA9 (or 0xF2EDA9) is known color: Pale Goldenrod. HEX triplet: F2, ED and A9. RGB value is (242,237,169). Sum of RGB (Red+Green+Blue) = 242+237+169=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 169 (66.41% from 255 or 26.08% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDA9 is #0D1256. Grayscale: #E7E7E7. Windows color (decimal): -856663 or 11136498. OLE color: 11136498.
HSL color Cylindrical-coordinate representation of color #F2EDA9: hue angle of 55.89º degrees, saturation: 0.74, 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 #F2EDA9 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 169 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.05 |
| HSL | 55.89º | 0.74% | 0.81% | - |
| HSV(B) | 55.89º | 0.3% | 0.95% | - |
| XYZ | 74.06 | 82.31 | 49.52 | - |
| YUV | 230.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 169 | 0 | 0.02 | 0.30 | 0.05 | 55.89 | 0.74 | 0.81 |
| Hex | F2 | ED | A9 | 0 | 2 | 1E | 5 | 38 | 4A | 51 |
| Octal | 362 | 355 | 251 | 0 | 2 | 36 | 5 | 70 | 112 | 121 |
| Binary | 11110010 | 11101101 | 10101001 | 0 | 10 | 11110 | 101 | 111000 | 1001010 | 1010001 |
Color Harmonies of #F2EDA9
Complementary color
Monochromatic Colors of #F2EDA9
Black with #F2EDA9
Text Example
Text Example
White with #F2EDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDA9; }
p { color: rgb(242,237,169); }
H1.HeaderClassName
{
color: #F2EDA9;
}
.AnyTagClassName
{
color: #F2EDA9;
}
</style>
background-color css
<style>
a { background-color: #F2EDA9; }
a { background-color: rgb(242,237,169); }
div.DivClassName
{
background-color: #F2EDA9;
}
.BgClassName
{
background-color: #F2EDA9;
}
</style>
border-color css
<style>
span { border-color: #F2EDA9; }
span { border-color: rgb(242,237,169); }
td.TdClassName
{
border-color: #F2EDA9;
}
.TagClassName
{
border-color: #F2EDA9;
}
</style>