#F2EAA2

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

Shades of Pale Goldenrod #F2EAA2

Tints of Pale Goldenrod #F2EAA2

Color information

#F2EAA2 (or 0xF2EAA2) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EA and A2. RGB value is (242,234,162). Sum of RGB (Red+Green+Blue) = 242+234+162=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAA2 is #0D155D. Grayscale: #E4E4E4. Windows color (decimal): -857438 or 10676978. OLE color: 10676978.

HSL color Cylindrical-coordinate representation of color #F2EAA2: hue angle of 54º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2EAA2 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB242234162-
CMYK00.030.330.05
HSL54º75.47%79.22%-
HSV(B)54º33.06%94.9%-
XYZ72.5680.3345.86-
YUV228.1890.65137.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 162 (63.67% from 255) = 25.39%
R=37.93%
G=36.68%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223416200.030.330.055475.4779.22
HexF2EAA203215364b4f
Octal3623522420341566113117
Binary11110010111010101010001001110000110111011010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAA2; }

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

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

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

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

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

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

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

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