#F5EFAE

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

Shades of Pale Goldenrod #F5EFAE

Tints of Pale Goldenrod #F5EFAE

Color information

#F5EFAE (or 0xF5EFAE) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EF and AE. RGB value is (245,239,174). Sum of RGB (Red+Green+Blue) = 245+239+174=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFAE is #0A1051. Grayscale: #E9E9E9. Windows color (decimal): -659538 or 11464693. OLE color: 11464693.

HSL color Cylindrical-coordinate representation of color #F5EFAE: hue angle of 54.93º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5EFAE is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245239174-
CMYK00.020.290.04
HSL54.93º78.02%82.16%-
HSV(B)54.93º28.98%96.08%-
XYZ76.1684.252.28-
YUV233.3894.49136.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.23%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=37.23%
G=36.32%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523917400.020.290.0454.9378.0282.16
HexF5EFAE021D4374e52
Octal3653572560235467116122
Binary1111010111101111101011100101110110011011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFAE; }

 p { color: rgb(245,239,174); }

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

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

 a { background-color: rgb(245,239,174); }

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

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

 span { border-color: rgb(245,239,174); }

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