#F1EEAA

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

Shades of Pale Goldenrod #F1EEAA

Tints of Pale Goldenrod #F1EEAA

Color information

#F1EEAA (or 0xF1EEAA) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EE and AA. RGB value is (241,238,170). Sum of RGB (Red+Green+Blue) = 241+238+170=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EEAA is #0E1155. Grayscale: #E7E7E7. Windows color (decimal): -921942 or 11202289. OLE color: 11202289.

HSL color Cylindrical-coordinate representation of color #F1EEAA: hue angle of 57.46º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1EEAA is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241238170-
CMYK00.010.290.05
HSL57.46º71.72%80.59%-
HSV(B)57.46º29.46%94.51%-
XYZ74.1182.7550.1-
YUV231.1493.49135.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 170 (66.80% from 255) = 26.19%
R=37.13%
G=36.67%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123817000.010.290.0557.4671.7280.59
HexF1EEAA011D5394851
Octal3613562520135571110121
Binary111100011110111010101010011110110111100110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEAA; }

 p { color: rgb(241,238,170); }

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

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

 a { background-color: rgb(241,238,170); }

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

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

 span { border-color: rgb(241,238,170); }

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