#F0ECA4

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

Shades of Pale Goldenrod #F0ECA4

Tints of Pale Goldenrod #F0ECA4

Color information

#F0ECA4 (or 0xF0ECA4) is unknown color: approx Pale Goldenrod. HEX triplet: F0, EC and A4. RGB value is (240,236,164). Sum of RGB (Red+Green+Blue) = 240+236+164=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 164 (64.45% from 255 or 25.62% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ECA4 is #0F135B. Grayscale: #E5E5E5. Windows color (decimal): -987996 or 10808560. OLE color: 10808560.

HSL color Cylindrical-coordinate representation of color #F0ECA4: hue angle of 56.84º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0ECA4 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240236164-
CMYK00.020.320.06
HSL56.84º71.7%79.22%-
HSV(B)56.84º31.67%94.12%-
XYZ72.6381.246.97-
YUV228.9991.33135.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 164 (64.45% from 255) = 25.62%
R=37.5%
G=36.88%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023616400.020.320.0656.8471.779.22
HexF0ECA40220639484f
Octal3603542440240671110117
Binary11110000111011001010010001010000011011100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ECA4; }

 p { color: rgb(240,236,164); }

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

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

 a { background-color: rgb(240,236,164); }

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

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

 span { border-color: rgb(240,236,164); }

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