#F0E7AE

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

Shades of Pale Goldenrod #F0E7AE

Tints of Pale Goldenrod #F0E7AE

Color information

#F0E7AE (or 0xF0E7AE) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E7 and AE. RGB value is (240,231,174). Sum of RGB (Red+Green+Blue) = 240+231+174=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E7AE is #0F1851. Grayscale: #E3E3E3. Windows color (decimal): -989266 or 11462640. OLE color: 11462640.

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

Color convert

RGB240231174-
CMYK00.040.280.06
HSL51.82º68.75%81.18%-
HSV(B)51.82º27.5%94.12%-
XYZ72.1578.7351.44-
YUV227.1997.98137.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 174 (68.36% from 255) = 26.98%
R=37.21%
G=35.81%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023117400.040.280.0651.8268.7581.18
HexF0E7AE041C6344551
Octal3603472560434664105121
Binary11110000111001111010111001001110011011010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7AE; }

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

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

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

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

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

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

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

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