#F0E7B0

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

Shades of Pale Goldenrod #F0E7B0

Tints of Pale Goldenrod #F0E7B0

Color information

#F0E7B0 (or 0xF0E7B0) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E7 and B0. RGB value is (240,231,176). Sum of RGB (Red+Green+Blue) = 240+231+176=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E7B0 is #0F184F. Grayscale: #E3E3E3. Windows color (decimal): -989264 or 11593712. OLE color: 11593712.

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

Color convert

RGB240231176-
CMYK00.040.270.06
HSL51.56º68.09%81.57%-
HSV(B)51.56º26.67%94.12%-
XYZ72.3578.8152.47-
YUV227.4298.98136.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.09%
GREEN value IS 231 (90.62% from 255) = 35.70%
BLUE value IS 176 (69.14% from 255) = 27.20%
R=37.09%
G=35.70%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023117600.040.270.0651.5668.0981.57
HexF0E7B0041B6344452
Octal3603472600433664104122
Binary11110000111001111011000001001101111011010010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7B0; }

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

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

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

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

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

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

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

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