#F2E9A4

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

Shades of Pale Goldenrod #F2E9A4

Tints of Pale Goldenrod #F2E9A4

Color information

#F2E9A4 (or 0xF2E9A4) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E9 and A4. RGB value is (242,233,164). Sum of RGB (Red+Green+Blue) = 242+233+164=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 164 (64.45% from 255 or 25.67% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E9A4 is #0D165B. Grayscale: #E4E4E4. Windows color (decimal): -857692 or 10807794. OLE color: 10807794.

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

Color convert

RGB242233164-
CMYK00.040.320.05
HSL53.08º75%79.61%-
HSV(B)53.08º32.23%94.9%-
XYZ72.4679.8446.71-
YUV227.8291.98138.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 164 (64.45% from 255) = 25.67%
R=37.87%
G=36.46%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223316400.040.320.0553.087579.61
HexF2E9A404205354b50
Octal3623512440440565113120
Binary111100101110100110100100010010000010111010110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E9A4; }

 p { color: rgb(242,233,164); }

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

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

 a { background-color: rgb(242,233,164); }

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

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

 span { border-color: rgb(242,233,164); }

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