#F6ECAA

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

Shades of Pale Goldenrod #F6ECAA

Tints of Pale Goldenrod #F6ECAA

Color information

#F6ECAA (or 0xF6ECAA) is unknown color: approx Pale Goldenrod. HEX triplet: F6, EC and AA. RGB value is (246,236,170). Sum of RGB (Red+Green+Blue) = 246+236+170=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 170 (66.80% from 255 or 26.07% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ECAA is #091355. Grayscale: #E7E7E7. Windows color (decimal): -594774 or 11201782. OLE color: 11201782.

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

Color convert

RGB246236170-
CMYK00.040.310.04
HSL52.11º80.85%81.57%-
HSV(B)52.11º30.89%96.47%-
XYZ75.2682.4949.99-
YUV231.4793.31138.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.73%
GREEN value IS 236 (92.58% from 255) = 36.20%
BLUE value IS 170 (66.80% from 255) = 26.07%
R=37.73%
G=36.20%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623617000.040.310.0452.1180.8581.57
HexF6ECAA041F4345152
Octal3663542520437464121122
Binary11110110111011001010101001001111110011010010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ECAA; }

 p { color: rgb(246,236,170); }

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

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

 a { background-color: rgb(246,236,170); }

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

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

 span { border-color: rgb(246,236,170); }

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