#F1E7AE

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

Shades of Pale Goldenrod #F1E7AE

Tints of Pale Goldenrod #F1E7AE

Color information

#F1E7AE (or 0xF1E7AE) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E7 and AE. RGB value is (241,231,174). Sum of RGB (Red+Green+Blue) = 241+231+174=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E7AE is #0E1851. Grayscale: #E3E3E3. Windows color (decimal): -923730 or 11462641. OLE color: 11462641.

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

Color convert

RGB241231174-
CMYK00.040.280.05
HSL51.04º70.53%81.37%-
HSV(B)51.04º27.8%94.51%-
XYZ72.4978.9151.45-
YUV227.4997.81137.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 231 (90.62% from 255) = 35.76%
BLUE value IS 174 (68.36% from 255) = 26.93%
R=37.31%
G=35.76%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123117400.040.280.0551.0470.5381.37
HexF1E7AE041C5334751
Octal3613472560434563107121
Binary11110001111001111010111001001110010111001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7AE; }

 p { color: rgb(241,231,174); }

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

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

 a { background-color: rgb(241,231,174); }

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

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

 span { border-color: rgb(241,231,174); }

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