#F0EAA1

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

Shades of Pale Goldenrod #F0EAA1

Tints of Pale Goldenrod #F0EAA1

Color information

#F0EAA1 (or 0xF0EAA1) is unknown color: approx Pale Goldenrod. HEX triplet: F0, EA and A1. RGB value is (240,234,161). Sum of RGB (Red+Green+Blue) = 240+234+161=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EAA1 is #0F155E. Grayscale: #E3E3E3. Windows color (decimal): -988511 or 10611440. OLE color: 10611440.

HSL color Cylindrical-coordinate representation of color #F0EAA1: hue angle of 55.44º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0EAA1 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240234161-
CMYK00.020.330.06
HSL55.44º72.48%78.63%-
HSV(B)55.44º32.92%94.12%-
XYZ71.7979.9445.37-
YUV227.4790.49136.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 161 (63.28% from 255) = 25.35%
R=37.80%
G=36.85%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023416100.020.330.0655.4472.4878.63
HexF0EAA10221637484f
Octal3603522410241667110117
Binary11110000111010101010000101010000111011011110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAA1; }

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

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

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

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

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

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

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

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