#F4EEAE

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

Shades of Pale Goldenrod #F4EEAE

Tints of Pale Goldenrod #F4EEAE

Color information

#F4EEAE (or 0xF4EEAE) is unknown color: approx Pale Goldenrod. HEX triplet: F4, EE and AE. RGB value is (244,238,174). Sum of RGB (Red+Green+Blue) = 244+238+174=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 174 (68.36% from 255 or 26.52% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EEAE is #0B1151. Grayscale: #E8E8E8. Windows color (decimal): -725330 or 11464436. OLE color: 11464436.

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

Color convert

RGB244238174-
CMYK00.020.290.04
HSL54.86º76.09%81.96%-
HSV(B)54.86º28.69%95.69%-
XYZ75.5283.4452.17-
YUV232.594.99136.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.20%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 174 (68.36% from 255) = 26.52%
R=37.20%
G=36.28%
B=26.52%

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
Decimal24423817400.020.290.0454.8676.0981.96
HexF4EEAE021D4374c52
Octal3643562560235467114122
Binary1111010011101110101011100101110110011011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EEAE; }

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

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

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

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

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

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

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

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