#F5EEAA

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

Shades of Pale Goldenrod #F5EEAA

Tints of Pale Goldenrod #F5EEAA

Color information

#F5EEAA (or 0xF5EEAA) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EE and AA. RGB value is (245,238,170). Sum of RGB (Red+Green+Blue) = 245+238+170=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EEAA is #0A1155. Grayscale: #E8E8E8. Windows color (decimal): -659798 or 11202293. OLE color: 11202293.

HSL color Cylindrical-coordinate representation of color #F5EEAA: hue angle of 54.4º 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 #F5EEAA is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245238170-
CMYK00.030.310.04
HSL54.4º78.95%81.37%-
HSV(B)54.4º30.61%96.08%-
XYZ75.4983.4650.16-
YUV232.3492.82137.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.52%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 170 (66.80% from 255) = 26.03%
R=37.52%
G=36.45%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523817000.030.310.0454.478.9581.37
HexF5EEAA031F4364f51
Octal3653562520337466117121
Binary1111010111101110101010100111111110011011010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EEAA; }

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

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

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

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

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

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

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

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