Shades of Pale Goldenrod #F2E7AA
Tints of Pale Goldenrod #F2E7AA
RGB
CMYK
RGB Variations
Color information
#F2E7AA (or 0xF2E7AA) is known color: Pale Goldenrod. HEX triplet: F2, E7 and AA. RGB value is (242,231,170). Sum of RGB (Red+Green+Blue) = 242+231+170=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E7AA is #0D1855. Grayscale: #E3E3E3. Windows color (decimal): -858198 or 11200498. OLE color: 11200498.
HSL color Cylindrical-coordinate representation of color #F2E7AA: hue angle of 50.83º 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 #F2E7AA is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 170 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.05 |
| HSL | 50.83º | 0.73% | 0.81% | - |
| HSV(B) | 50.83º | 0.3% | 0.95% | - |
| XYZ | 72.45 | 78.93 | 49.45 | - |
| YUV | 227.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 170 | 0 | 0.05 | 0.30 | 0.05 | 50.83 | 0.73 | 0.81 |
| Hex | F2 | E7 | AA | 0 | 5 | 1E | 5 | 33 | 49 | 51 |
| Octal | 362 | 347 | 252 | 0 | 5 | 36 | 5 | 63 | 111 | 121 |
| Binary | 11110010 | 11100111 | 10101010 | 0 | 101 | 11110 | 101 | 110011 | 1001001 | 1010001 |
Color Harmonies of #F2E7AA
Complementary color
Monochromatic Colors of #F2E7AA
Black with #F2E7AA
Text Example
Text Example
White with #F2E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7AA; }
p { color: rgb(242,231,170); }
H1.HeaderClassName
{
color: #F2E7AA;
}
.AnyTagClassName
{
color: #F2E7AA;
}
</style>
background-color css
<style>
a { background-color: #F2E7AA; }
a { background-color: rgb(242,231,170); }
div.DivClassName
{
background-color: #F2E7AA;
}
.BgClassName
{
background-color: #F2E7AA;
}
</style>
border-color css
<style>
span { border-color: #F2E7AA; }
span { border-color: rgb(242,231,170); }
td.TdClassName
{
border-color: #F2E7AA;
}
.TagClassName
{
border-color: #F2E7AA;
}
</style>