#F2EDAE

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

Shades of Pale Goldenrod #F2EDAE

Tints of Pale Goldenrod #F2EDAE

Color information

#F2EDAE (or 0xF2EDAE) is unknown color: approx Pale Goldenrod. HEX triplet: F2, ED and AE. RGB value is (242,237,174). Sum of RGB (Red+Green+Blue) = 242+237+174=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDAE is #0D1251. Grayscale: #E7E7E7. Windows color (decimal): -856658 or 11464178. OLE color: 11464178.

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

Color convert

RGB242237174-
CMYK00.020.280.05
HSL55.59º72.34%81.57%-
HSV(B)55.59º28.1%94.9%-
XYZ74.5482.552.04-
YUV231.3195.66135.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.06%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 174 (68.36% from 255) = 26.65%
R=37.06%
G=36.29%
B=26.65%

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
Decimal24223717400.020.280.0555.5972.3481.57
HexF2EDAE021C5384852
Octal3623552560234570110122
Binary1111001011101101101011100101110010111100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDAE; }

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

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

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

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

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

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

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

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