Shades of Pale Goldenrod #F2EAAE
Tints of Pale Goldenrod #F2EAAE
RGB
CMYK
RGB Variations
Color information
#F2EAAE (or 0xF2EAAE) is known color: Pale Goldenrod. HEX triplet: F2, EA and AE. RGB value is (242,234,174). Sum of RGB (Red+Green+Blue) = 242+234+174=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAAE is #0D1551. Grayscale: #E5E5E5. Windows color (decimal): -857426 or 11463410. OLE color: 11463410.
HSL color Cylindrical-coordinate representation of color #F2EAAE: hue angle of 52.94º 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 #F2EAAE is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 174 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.05 |
| HSL | 52.94º | 0.72% | 0.82% | - |
| HSV(B) | 52.94º | 0.28% | 0.95% | - |
| XYZ | 73.68 | 80.78 | 51.75 | - |
| YUV | 229.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 174 | 0 | 0.03 | 0.28 | 0.05 | 52.94 | 0.72 | 0.82 |
| Hex | F2 | EA | AE | 0 | 3 | 1C | 5 | 35 | 48 | 52 |
| Octal | 362 | 352 | 256 | 0 | 3 | 34 | 5 | 65 | 110 | 122 |
| Binary | 11110010 | 11101010 | 10101110 | 0 | 11 | 11100 | 101 | 110101 | 1001000 | 1010010 |
Color Harmonies of #F2EAAE
Complementary color
Monochromatic Colors of #F2EAAE
Black with #F2EAAE
Text Example
Text Example
White with #F2EAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAAE; }
p { color: rgb(242,234,174); }
H1.HeaderClassName
{
color: #F2EAAE;
}
.AnyTagClassName
{
color: #F2EAAE;
}
</style>
background-color css
<style>
a { background-color: #F2EAAE; }
a { background-color: rgb(242,234,174); }
div.DivClassName
{
background-color: #F2EAAE;
}
.BgClassName
{
background-color: #F2EAAE;
}
</style>
border-color css
<style>
span { border-color: #F2EAAE; }
span { border-color: rgb(242,234,174); }
td.TdClassName
{
border-color: #F2EAAE;
}
.TagClassName
{
border-color: #F2EAAE;
}
</style>