#F4EAAF

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

Shades of Pale Goldenrod #F4EAAF

Tints of Pale Goldenrod #F4EAAF

Color information

#F4EAAF (or 0xF4EAAF) is unknown color: approx Pale Goldenrod. HEX triplet: F4, EA and AF. RGB value is (244,234,175). Sum of RGB (Red+Green+Blue) = 244+234+175=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EAAF is #0B1550. Grayscale: #E6E6E6. Windows color (decimal): -726353 or 11528948. OLE color: 11528948.

HSL color Cylindrical-coordinate representation of color #F4EAAF: hue angle of 51.3º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4EAAF is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244234175-
CMYK00.040.280.04
HSL51.3º75.82%82.16%-
HSV(B)51.3º28.28%95.69%-
XYZ74.4781.1752.3-
YUV230.2696.81137.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.37%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 175 (68.75% from 255) = 26.80%
R=37.37%
G=35.83%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423417500.040.280.0451.375.8282.16
HexF4EAAF041C4334c52
Octal3643522570434463114122
Binary11110100111010101010111101001110010011001110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EAAF; }

 p { color: rgb(244,234,175); }

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

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

 a { background-color: rgb(244,234,175); }

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

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

 span { border-color: rgb(244,234,175); }

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