#F0E7A7

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

Shades of Pale Goldenrod #F0E7A7

Tints of Pale Goldenrod #F0E7A7

Color information

#F0E7A7 (or 0xF0E7A7) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E7 and A7. RGB value is (240,231,167). Sum of RGB (Red+Green+Blue) = 240+231+167=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 167 (65.62% from 255 or 26.18% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E7A7 is #0F1858. Grayscale: #E2E2E2. Windows color (decimal): -989273 or 11003888. OLE color: 11003888.

HSL color Cylindrical-coordinate representation of color #F0E7A7: hue angle of 52.6º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0E7A7 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB240231167-
CMYK00.040.300.06
HSL52.6º70.87%79.8%-
HSV(B)52.6º30.42%94.12%-
XYZ71.4978.4747.94-
YUV226.494.48137.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.62%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 167 (65.62% from 255) = 26.18%
R=37.62%
G=36.21%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023116700.040.300.0652.670.8779.8
HexF0E7A7041E6354750
Octal3603472470436665107120
Binary11110000111001111010011101001111011011010110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7A7; }

 p { color: rgb(240,231,167); }

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

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

 a { background-color: rgb(240,231,167); }

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

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

 span { border-color: rgb(240,231,167); }

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