#F5E7AB

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

Shades of Pale Goldenrod #F5E7AB

Tints of Pale Goldenrod #F5E7AB

Color information

#F5E7AB (or 0xF5E7AB) is unknown color: approx Pale Goldenrod. HEX triplet: F5, E7 and AB. RGB value is (245,231,171). Sum of RGB (Red+Green+Blue) = 245+231+171=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E7AB is #0A1854. Grayscale: #E4E4E4. Windows color (decimal): -661589 or 11266037. OLE color: 11266037.

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

Color convert

RGB245231171-
CMYK00.060.300.04
HSL48.65º78.72%81.57%-
HSV(B)48.65º30.2%96.08%-
XYZ73.5879.550-
YUV228.3595.64139.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.87%
GREEN value IS 231 (90.62% from 255) = 35.70%
BLUE value IS 171 (67.19% from 255) = 26.43%
R=37.87%
G=35.70%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523117100.060.300.0448.6578.7281.57
HexF5E7AB061E4314f52
Octal3653472530636461117122
Binary11110101111001111010101101101111010011000110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E7AB; }

 p { color: rgb(245,231,171); }

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

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

 a { background-color: rgb(245,231,171); }

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

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

 span { border-color: rgb(245,231,171); }

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