#F0E7AA

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

Shades of Pale Goldenrod #F0E7AA

Tints of Pale Goldenrod #F0E7AA

Color information

#F0E7AA (or 0xF0E7AA) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E7 and AA. RGB value is (240,231,170). Sum of RGB (Red+Green+Blue) = 240+231+170=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E7AA is #0F1855. Grayscale: #E2E2E2. Windows color (decimal): -989270 or 11200496. OLE color: 11200496.

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

Color convert

RGB240231170-
CMYK00.040.290.06
HSL52.29º70%80.39%-
HSV(B)52.29º29.17%94.12%-
XYZ71.7778.5849.42-
YUV226.7495.98137.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 170 (66.80% from 255) = 26.52%
R=37.44%
G=36.04%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023117000.040.290.0652.297080.39
HexF0E7AA041D6344650
Octal3603472520435664106120
Binary11110000111001111010101001001110111011010010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7AA; }

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

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

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

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

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

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

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

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