Shades of Pale Goldenrod #F2EDAF
Tints of Pale Goldenrod #F2EDAF
RGB
CMYK
RGB Variations
Color information
#F2EDAF (or 0xF2EDAF) is known color: Pale Goldenrod. HEX triplet: F2, ED and AF. RGB value is (242,237,175). Sum of RGB (Red+Green+Blue) = 242+237+175=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDAF is #0D1250. Grayscale: #E7E7E7. Windows color (decimal): -856657 or 11529714. OLE color: 11529714.
HSL color Cylindrical-coordinate representation of color #F2EDAF: hue angle of 55.52º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2EDAF is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 175 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.05 |
| HSL | 55.52º | 0.72% | 0.82% | - |
| HSV(B) | 55.52º | 0.28% | 0.95% | - |
| XYZ | 74.64 | 82.54 | 52.56 | - |
| YUV | 231.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 175 | 0 | 0.02 | 0.28 | 0.05 | 55.52 | 0.72 | 0.82 |
| Hex | F2 | ED | AF | 0 | 2 | 1C | 5 | 38 | 48 | 52 |
| Octal | 362 | 355 | 257 | 0 | 2 | 34 | 5 | 70 | 110 | 122 |
| Binary | 11110010 | 11101101 | 10101111 | 0 | 10 | 11100 | 101 | 111000 | 1001000 | 1010010 |
Color Harmonies of #F2EDAF
Complementary color
Monochromatic Colors of #F2EDAF
Black with #F2EDAF
Text Example
Text Example
White with #F2EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDAF; }
p { color: rgb(242,237,175); }
H1.HeaderClassName
{
color: #F2EDAF;
}
.AnyTagClassName
{
color: #F2EDAF;
}
</style>
background-color css
<style>
a { background-color: #F2EDAF; }
a { background-color: rgb(242,237,175); }
div.DivClassName
{
background-color: #F2EDAF;
}
.BgClassName
{
background-color: #F2EDAF;
}
</style>
border-color css
<style>
span { border-color: #F2EDAF; }
span { border-color: rgb(242,237,175); }
td.TdClassName
{
border-color: #F2EDAF;
}
.TagClassName
{
border-color: #F2EDAF;
}
</style>