#F1E5AE

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

Shades of Pale Goldenrod #F1E5AE

Tints of Pale Goldenrod #F1E5AE

Color information

#F1E5AE (or 0xF1E5AE) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E5 and AE. RGB value is (241,229,174). Sum of RGB (Red+Green+Blue) = 241+229+174=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E5AE is #0E1A51. Grayscale: #E2E2E2. Windows color (decimal): -924242 or 11462129. OLE color: 11462129.

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

Color convert

RGB241229174-
CMYK00.050.280.05
HSL49.25º70.53%81.37%-
HSV(B)49.25º27.8%94.51%-
XYZ71.9377.851.27-
YUV226.3298.48138.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 174 (68.36% from 255) = 27.02%
R=37.42%
G=35.56%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122917400.050.280.0549.2570.5381.37
HexF1E5AE051C5314751
Octal3613452560534561107121
Binary11110001111001011010111001011110010111000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5AE; }

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

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

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

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

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

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

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

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