#F7EDAE

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

Shades of Pale Goldenrod #F7EDAE

Tints of Pale Goldenrod #F7EDAE

Color information

#F7EDAE (or 0xF7EDAE) is unknown color: approx Pale Goldenrod. HEX triplet: F7, ED and AE. RGB value is (247,237,174). Sum of RGB (Red+Green+Blue) = 247+237+174=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EDAE is #081251. Grayscale: #E9E9E9. Windows color (decimal): -528978 or 11464183. OLE color: 11464183.

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

Color convert

RGB247237174-
CMYK00.040.300.03
HSL51.78º82.02%82.55%-
HSV(B)51.78º29.55%96.86%-
XYZ76.2883.452.12-
YUV232.8194.81138.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.54%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=37.54%
G=36.02%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723717400.040.300.0351.7882.0282.55
HexF7EDAE041E3345253
Octal3673552560436364122123
Binary1111011111101101101011100100111101111010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDAE; }

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

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

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

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

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

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

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

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