#F2ECAA

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

Shades of Pale Goldenrod #F2ECAA

Tints of Pale Goldenrod #F2ECAA

Color information

#F2ECAA (or 0xF2ECAA) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EC and AA. RGB value is (242,236,170). Sum of RGB (Red+Green+Blue) = 242+236+170=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECAA is #0D1355. Grayscale: #E6E6E6. Windows color (decimal): -856918 or 11201778. OLE color: 11201778.

HSL color Cylindrical-coordinate representation of color #F2ECAA: hue angle of 55º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2ECAA is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242236170-
CMYK00.020.300.05
HSL55º73.47%80.78%-
HSV(B)55º29.75%94.9%-
XYZ73.8781.7749.92-
YUV230.2793.99136.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.35%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 170 (66.80% from 255) = 26.23%
R=37.35%
G=36.42%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223617000.020.300.055573.4780.78
HexF2ECAA021E5374951
Octal3623542520236567111121
Binary1111001011101100101010100101111010111011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECAA; }

 p { color: rgb(242,236,170); }

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

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

 a { background-color: rgb(242,236,170); }

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

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

 span { border-color: rgb(242,236,170); }

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