#F1EDAE

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

Shades of Pale Goldenrod #F1EDAE

Tints of Pale Goldenrod #F1EDAE

Color information

#F1EDAE (or 0xF1EDAE) is unknown color: approx Pale Goldenrod. HEX triplet: F1, ED and AE. RGB value is (241,237,174). Sum of RGB (Red+Green+Blue) = 241+237+174=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EDAE is #0E1251. Grayscale: #E7E7E7. Windows color (decimal): -922194 or 11464177. OLE color: 11464177.

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

Color convert

RGB241237174-
CMYK00.020.280.05
HSL56.42º70.53%81.37%-
HSV(B)56.42º27.8%94.51%-
XYZ74.282.3352.02-
YUV231.0195.83135.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 174 (68.36% from 255) = 26.69%
R=36.96%
G=36.35%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123717400.020.280.0556.4270.5381.37
HexF1EDAE021C5384751
Octal3613552560234570107121
Binary1111000111101101101011100101110010111100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDAE; }

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

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

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

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

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

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

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

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