#F1EAA9

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

Shades of Pale Goldenrod #F1EAA9

Tints of Pale Goldenrod #F1EAA9

Color information

#F1EAA9 (or 0xF1EAA9) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EA and A9. RGB value is (241,234,169). Sum of RGB (Red+Green+Blue) = 241+234+169=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 169 (66.41% from 255 or 26.24% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EAA9 is #0E1556. Grayscale: #E4E4E4. Windows color (decimal): -922967 or 11135729. OLE color: 11135729.

HSL color Cylindrical-coordinate representation of color #F1EAA9: hue angle of 54.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1EAA9 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB241234169-
CMYK00.030.300.05
HSL54.17º72%80.39%-
HSV(B)54.17º29.88%94.51%-
XYZ72.8680.4149.22-
YUV228.6894.32136.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 169 (66.41% from 255) = 26.24%
R=37.42%
G=36.34%
B=26.24%

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
Decimal24123416900.030.300.0554.177280.39
HexF1EAA9031E5364850
Octal3613522510336566110120
Binary1111000111101010101010010111111010111011010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAA9; }

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

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

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

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

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

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

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

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