#F1ECA7

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

Shades of Pale Goldenrod #F1ECA7

Tints of Pale Goldenrod #F1ECA7

Color information

#F1ECA7 (or 0xF1ECA7) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EC and A7. RGB value is (241,236,167). Sum of RGB (Red+Green+Blue) = 241+236+167=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 167 (65.62% from 255 or 25.93% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ECA7 is #0E1358. Grayscale: #E5E5E5. Windows color (decimal): -922457 or 11005169. OLE color: 11005169.

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

Color convert

RGB241236167-
CMYK00.020.310.05
HSL55.95º72.55%80%-
HSV(B)55.95º30.71%94.51%-
XYZ73.2581.4848.43-
YUV229.6392.66136.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 167 (65.62% from 255) = 25.93%
R=37.42%
G=36.65%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123616700.020.310.0555.9572.5580
HexF1ECA7021F5384950
Octal3613542470237570111120
Binary1111000111101100101001110101111110111100010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECA7; }

 p { color: rgb(241,236,167); }

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

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

 a { background-color: rgb(241,236,167); }

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

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

 span { border-color: rgb(241,236,167); }

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