#F4EBAA

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

Shades of Pale Goldenrod #F4EBAA

Tints of Pale Goldenrod #F4EBAA

Color information

#F4EBAA (or 0xF4EBAA) is unknown color: approx Pale Goldenrod. HEX triplet: F4, EB and AA. RGB value is (244,235,170). Sum of RGB (Red+Green+Blue) = 244+235+170=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EBAA is #0B1455. Grayscale: #E6E6E6. Windows color (decimal): -726102 or 11201524. OLE color: 11201524.

HSL color Cylindrical-coordinate representation of color #F4EBAA: hue angle of 52.7º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4EBAA is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244235170-
CMYK00.040.300.04
HSL52.7º77.08%81.18%-
HSV(B)52.7º30.33%95.69%-
XYZ74.2781.5549.86-
YUV230.2893.98137.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.60%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 170 (66.80% from 255) = 26.19%
R=37.60%
G=36.21%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423517000.040.300.0452.777.0881.18
HexF4EBAA041E4354d51
Octal3643532520436465115121
Binary11110100111010111010101001001111010011010110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EBAA; }

 p { color: rgb(244,235,170); }

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

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

 a { background-color: rgb(244,235,170); }

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

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

 span { border-color: rgb(244,235,170); }

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