Shades of Pale Goldenrod #F2EAAC
Tints of Pale Goldenrod #F2EAAC
RGB
CMYK
RGB Variations
Color information
#F2EAAC (or 0xF2EAAC) is known color: Pale Goldenrod. HEX triplet: F2, EA and AC. RGB value is (242,234,172). Sum of RGB (Red+Green+Blue) = 242+234+172=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAAC is #0D1553. Grayscale: #E5E5E5. Windows color (decimal): -857428 or 11332338. OLE color: 11332338.
HSL color Cylindrical-coordinate representation of color #F2EAAC: hue angle of 53.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2EAAC is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 172 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.05 |
| HSL | 53.14º | 0.73% | 0.81% | - |
| HSV(B) | 53.14º | 0.29% | 0.95% | - |
| XYZ | 73.49 | 80.7 | 50.73 | - |
| YUV | 229.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 172 | 0 | 0.03 | 0.29 | 0.05 | 53.14 | 0.73 | 0.81 |
| Hex | F2 | EA | AC | 0 | 3 | 1D | 5 | 35 | 49 | 51 |
| Octal | 362 | 352 | 254 | 0 | 3 | 35 | 5 | 65 | 111 | 121 |
| Binary | 11110010 | 11101010 | 10101100 | 0 | 11 | 11101 | 101 | 110101 | 1001001 | 1010001 |
Color Harmonies of #F2EAAC
Complementary color
Monochromatic Colors of #F2EAAC
Black with #F2EAAC
Text Example
Text Example
White with #F2EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAAC; }
p { color: rgb(242,234,172); }
H1.HeaderClassName
{
color: #F2EAAC;
}
.AnyTagClassName
{
color: #F2EAAC;
}
</style>
background-color css
<style>
a { background-color: #F2EAAC; }
a { background-color: rgb(242,234,172); }
div.DivClassName
{
background-color: #F2EAAC;
}
.BgClassName
{
background-color: #F2EAAC;
}
</style>
border-color css
<style>
span { border-color: #F2EAAC; }
span { border-color: rgb(242,234,172); }
td.TdClassName
{
border-color: #F2EAAC;
}
.TagClassName
{
border-color: #F2EAAC;
}
</style>