#F1E9AF

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

Shades of Pale Goldenrod #F1E9AF

Tints of Pale Goldenrod #F1E9AF

Color information

#F1E9AF (or 0xF1E9AF) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E9 and AF. RGB value is (241,233,175). Sum of RGB (Red+Green+Blue) = 241+233+175=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E9AF is #0E1650. Grayscale: #E5E5E5. Windows color (decimal): -923217 or 11528689. OLE color: 11528689.

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

Color convert

RGB241233175-
CMYK00.030.270.05
HSL52.73º70.21%81.57%-
HSV(B)52.73º27.39%94.51%-
XYZ73.1580.0752.16-
YUV228.7897.65136.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 233 (91.41% from 255) = 35.90%
BLUE value IS 175 (68.75% from 255) = 26.96%
R=37.13%
G=35.90%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123317500.030.270.0552.7370.2181.57
HexF1E9AF031B5354652
Octal3613512570333565106122
Binary1111000111101001101011110111101110111010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E9AF; }

 p { color: rgb(241,233,175); }

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

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

 a { background-color: rgb(241,233,175); }

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

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

 span { border-color: rgb(241,233,175); }

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