#F2ECA4

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

Shades of Pale Goldenrod #F2ECA4

Tints of Pale Goldenrod #F2ECA4

Color information

#F2ECA4 (or 0xF2ECA4) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EC and A4. RGB value is (242,236,164). Sum of RGB (Red+Green+Blue) = 242+236+164=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 164 (64.45% from 255 or 25.55% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECA4 is #0D135B. Grayscale: #E5E5E5. Windows color (decimal): -856924 or 10808562. OLE color: 10808562.

HSL color Cylindrical-coordinate representation of color #F2ECA4: hue angle of 55.38º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2ECA4 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB242236164-
CMYK00.020.320.05
HSL55.38º75%79.61%-
HSV(B)55.38º32.23%94.9%-
XYZ73.3181.5547-
YUV229.5990.99136.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 164 (64.45% from 255) = 25.55%
R=37.69%
G=36.76%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223616400.020.320.0555.387579.61
HexF2ECA402205374b50
Octal3623542440240567113120
Binary11110010111011001010010001010000010111011110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECA4; }

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

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

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

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

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

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

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

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