#F2EAAE

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

Shades of Pale Goldenrod #F2EAAE

Tints of Pale Goldenrod #F2EAAE

Color information

#F2EAAE (or 0xF2EAAE) is unknown color: approx 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

RGB242234174-
CMYK00.030.280.05
HSL52.94º72.34%81.57%-
HSV(B)52.94º28.1%94.9%-
XYZ73.6880.7851.75-
YUV229.5596.65136.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.23%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=37.23%
G=36%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223417400.030.280.0552.9472.3481.57
HexF2EAAE031C5354852
Octal3623522560334565110122
Binary1111001011101010101011100111110010111010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>