#F0EEA6

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

Shades of Pale Goldenrod #F0EEA6

Tints of Pale Goldenrod #F0EEA6

Color information

#F0EEA6 (or 0xF0EEA6) is unknown color: approx Pale Goldenrod. HEX triplet: F0, EE and A6. RGB value is (240,238,166). Sum of RGB (Red+Green+Blue) = 240+238+166=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 166 (65.23% from 255 or 25.78% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EEA6 is #0F1159. Grayscale: #E6E6E6. Windows color (decimal): -987482 or 10940144. OLE color: 10940144.

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

Color convert

RGB240238166-
CMYK00.010.310.06
HSL58.38º71.15%79.61%-
HSV(B)58.38º30.83%94.12%-
XYZ73.3982.4348.12-
YUV230.3991.66134.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.27%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 166 (65.23% from 255) = 25.78%
R=37.27%
G=36.96%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023816600.010.310.0658.3871.1579.61
HexF0EEA6011F63a4750
Octal3603562460137672107120
Binary111100001110111010100110011111111011101010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEA6; }

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

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

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

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

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

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

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

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