#F0EFA6

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

Shades of Pale Goldenrod #F0EFA6

Tints of Pale Goldenrod #F0EFA6

Color information

#F0EFA6 (or 0xF0EFA6) is unknown color: approx Pale Goldenrod. HEX triplet: F0, EF and A6. RGB value is (240,239,166). Sum of RGB (Red+Green+Blue) = 240+239+166=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 166 (65.23% from 255 or 25.74% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EFA6 is #0F1059. Grayscale: #E7E7E7. Windows color (decimal): -987226 or 10940400. OLE color: 10940400.

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

Color convert

RGB240239166-
CMYK00.000.310.06
HSL59.19º71.15%79.61%-
HSV(B)59.19º30.83%94.12%-
XYZ73.6883.0148.22-
YUV230.9891.33134.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 166 (65.23% from 255) = 25.74%
R=37.21%
G=37.05%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023916600.000.310.0659.1971.1579.61
HexF0EFA6001F63b4750
Octal3603572460037673107120
Binary111100001110111110100110001111111011101110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFA6; }

 p { color: rgb(240,239,166); }

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

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

 a { background-color: rgb(240,239,166); }

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

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

 span { border-color: rgb(240,239,166); }

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