#F4EDAE

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

Shades of Pale Goldenrod #F4EDAE

Tints of Pale Goldenrod #F4EDAE

Color information

#F4EDAE (or 0xF4EDAE) is unknown color: approx Pale Goldenrod. HEX triplet: F4, ED and AE. RGB value is (244,237,174). Sum of RGB (Red+Green+Blue) = 244+237+174=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EDAE is #0B1251. Grayscale: #E8E8E8. Windows color (decimal): -725586 or 11464180. OLE color: 11464180.

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

Color convert

RGB244237174-
CMYK00.030.290.04
HSL54º76.09%81.96%-
HSV(B)54º28.69%95.69%-
XYZ75.2382.8652.07-
YUV231.9195.32136.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.25%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=37.25%
G=36.18%
B=26.56%

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
Decimal24423717400.030.290.045476.0981.96
HexF4EDAE031D4364c52
Octal3643552560335466114122
Binary1111010011101101101011100111110110011011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDAE; }

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

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

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

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

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

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

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

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