#F1E7AA

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

Shades of Pale Goldenrod #F1E7AA

Tints of Pale Goldenrod #F1E7AA

Color information

#F1E7AA (or 0xF1E7AA) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E7 and AA. RGB value is (241,231,170). Sum of RGB (Red+Green+Blue) = 241+231+170=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E7AA is #0E1855. Grayscale: #E3E3E3. Windows color (decimal): -923734 or 11200497. OLE color: 11200497.

HSL color Cylindrical-coordinate representation of color #F1E7AA: hue angle of 51.55º 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 #F1E7AA is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241231170-
CMYK00.040.290.05
HSL51.55º71.72%80.59%-
HSV(B)51.55º29.46%94.51%-
XYZ72.1178.7549.43-
YUV227.0495.81137.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 170 (66.80% from 255) = 26.48%
R=37.54%
G=35.98%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123117000.040.290.0551.5571.7280.59
HexF1E7AA041D5344851
Octal3613472520435564110121
Binary11110001111001111010101001001110110111010010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7AA; }

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

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

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

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

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

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

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

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