#F0EAA7

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

Shades of Pale Goldenrod #F0EAA7

Tints of Pale Goldenrod #F0EAA7

Color information

#F0EAA7 (or 0xF0EAA7) is unknown color: approx Pale Goldenrod. HEX triplet: F0, EA and A7. RGB value is (240,234,167). Sum of RGB (Red+Green+Blue) = 240+234+167=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EAA7 is #0F1558. Grayscale: #E4E4E4. Windows color (decimal): -988505 or 11004656. OLE color: 11004656.

HSL color Cylindrical-coordinate representation of color #F0EAA7: hue angle of 55.07º 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 #F0EAA7 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB240234167-
CMYK00.020.300.06
HSL55.07º70.87%79.8%-
HSV(B)55.07º30.42%94.12%-
XYZ72.3380.1648.22-
YUV228.1693.49136.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 167 (65.62% from 255) = 26.05%
R=37.44%
G=36.51%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023416700.020.300.0655.0770.8779.8
HexF0EAA7021E6374750
Octal3603522470236667107120
Binary1111000011101010101001110101111011011011110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAA7; }

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

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

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

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

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

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

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

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