#F5ECAA

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

Shades of Pale Goldenrod #F5ECAA

Tints of Pale Goldenrod #F5ECAA

Color information

#F5ECAA (or 0xF5ECAA) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EC and AA. RGB value is (245,236,170). Sum of RGB (Red+Green+Blue) = 245+236+170=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ECAA is #0A1355. Grayscale: #E7E7E7. Windows color (decimal): -660310 or 11201781. OLE color: 11201781.

HSL color Cylindrical-coordinate representation of color #F5ECAA: hue angle of 52.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5ECAA is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245236170-
CMYK00.040.310.04
HSL52.8º78.95%81.37%-
HSV(B)52.8º30.61%96.08%-
XYZ74.9182.3149.97-
YUV231.1793.48137.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 170 (66.80% from 255) = 26.11%
R=37.63%
G=36.25%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523617000.040.310.0452.878.9581.37
HexF5ECAA041F4354f51
Octal3653542520437465117121
Binary11110101111011001010101001001111110011010110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECAA; }

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

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

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

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

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

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

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

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