#F4E8AE

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

Shades of Pale Goldenrod #F4E8AE

Tints of Pale Goldenrod #F4E8AE

Color information

#F4E8AE (or 0xF4E8AE) is unknown color: approx Pale Goldenrod. HEX triplet: F4, E8 and AE. RGB value is (244,232,174). Sum of RGB (Red+Green+Blue) = 244+232+174=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4E8AE is #0B1751. Grayscale: #E5E5E5. Windows color (decimal): -726866 or 11462900. OLE color: 11462900.

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

Color convert

RGB244232174-
CMYK00.050.290.04
HSL49.71º76.09%81.96%-
HSV(B)49.71º28.69%95.69%-
XYZ73.88051.6-
YUV228.9896.98138.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 232 (91.02% from 255) = 35.69%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=37.54%
G=35.69%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423217400.050.290.0449.7176.0981.96
HexF4E8AE051D4324c52
Octal3643502560535462114122
Binary11110100111010001010111001011110110011001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E8AE; }

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

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

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

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

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

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

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

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