#F2EAA9

Color #F2EAA9 Pale Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Goldenrod #F2EAA9

Tints of Pale Goldenrod #F2EAA9

Color information

#F2EAA9 (or 0xF2EAA9) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EA and A9. RGB value is (242,234,169). Sum of RGB (Red+Green+Blue) = 242+234+169=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 169 (66.41% from 255 or 26.20% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAA9 is #0D1556. Grayscale: #E5E5E5. Windows color (decimal): -857431 or 11135730. OLE color: 11135730.

HSL color Cylindrical-coordinate representation of color #F2EAA9: hue angle of 53.42º 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 #F2EAA9 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242234169-
CMYK00.030.300.05
HSL53.42º73.74%80.59%-
HSV(B)53.42º30.17%94.9%-
XYZ73.280.5949.23-
YUV228.9894.15137.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 169 (66.41% from 255) = 26.20%
R=37.52%
G=36.28%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223416900.030.300.0553.4273.7480.59
HexF2EAA9031E5354a51
Octal3623522510336565112121
Binary1111001011101010101010010111111010111010110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAA9; }

 p { color: rgb(242,234,169); }

 H1.HeaderClassName
 {
   color: #F2EAA9;
 }
 .AnyTagClassName
 {
   color: #F2EAA9;
 }
</style>
background-color css

<style>
 a { background-color: #F2EAA9; }

 a { background-color: rgb(242,234,169); }

 div.DivClassName
 {
   background-color: #F2EAA9;
 }
 .BgClassName
 {
   background-color: #F2EAA9;
 }
</style>
border-color css

<style>
 span { border-color: #F2EAA9; }

 span { border-color: rgb(242,234,169); }

 td.TdClassName
 {
   border-color: #F2EAA9;
 }
 .TagClassName
 {
   border-color: #F2EAA9;
 }
</style>