#F5EDAE

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

Shades of Pale Goldenrod #F5EDAE

Tints of Pale Goldenrod #F5EDAE

Color information

#F5EDAE (or 0xF5EDAE) is unknown color: approx Pale Goldenrod. HEX triplet: F5, ED and AE. RGB value is (245,237,174). Sum of RGB (Red+Green+Blue) = 245+237+174=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 174 (68.36% from 255 or 26.52% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EDAE is #0A1251. Grayscale: #E8E8E8. Windows color (decimal): -660050 or 11464181. OLE color: 11464181.

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

Color convert

RGB245237174-
CMYK00.030.290.04
HSL53.24º78.02%82.16%-
HSV(B)53.24º28.98%96.08%-
XYZ75.5883.0452.09-
YUV232.2195.15137.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.35%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 174 (68.36% from 255) = 26.52%
R=37.35%
G=36.13%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523717400.030.290.0453.2478.0282.16
HexF5EDAE031D4354e52
Octal3653552560335465116122
Binary1111010111101101101011100111110110011010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDAE; }

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

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

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

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

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

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

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

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