#F2EEA9

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

Shades of Pale Goldenrod #F2EEA9

Tints of Pale Goldenrod #F2EEA9

Color information

#F2EEA9 (or 0xF2EEA9) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EE and A9. RGB value is (242,238,169). Sum of RGB (Red+Green+Blue) = 242+238+169=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 169 (66.41% from 255 or 26.04% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEA9 is #0D1156. Grayscale: #E7E7E7. Windows color (decimal): -856407 or 11136754. OLE color: 11136754.

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

Color convert

RGB242238169-
CMYK00.020.300.05
HSL56.71º73.74%80.59%-
HSV(B)56.71º30.17%94.9%-
XYZ74.3582.8949.62-
YUV231.3392.83135.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 169 (66.41% from 255) = 26.04%
R=37.29%
G=36.67%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223816900.020.300.0556.7173.7480.59
HexF2EEA9021E5394a51
Octal3623562510236571112121
Binary1111001011101110101010010101111010111100110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEA9; }

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

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

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

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

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

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

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

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