#F0E7AF

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

Shades of Pale Goldenrod #F0E7AF

Tints of Pale Goldenrod #F0E7AF

Color information

#F0E7AF (or 0xF0E7AF) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E7 and AF. RGB value is (240,231,175). Sum of RGB (Red+Green+Blue) = 240+231+175=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E7AF is #0F1850. Grayscale: #E3E3E3. Windows color (decimal): -989265 or 11528176. OLE color: 11528176.

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

Color convert

RGB240231175-
CMYK00.040.270.06
HSL51.69º68.42%81.37%-
HSV(B)51.69º27.08%94.12%-
XYZ72.2578.7751.95-
YUV227.3198.48137.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 231 (90.62% from 255) = 35.76%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=37.15%
G=35.76%
B=27.09%

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
Decimal24023117500.040.270.0651.6968.4281.37
HexF0E7AF041B6344451
Octal3603472570433664104121
Binary11110000111001111010111101001101111011010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7AF; }

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

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

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

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

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

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

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

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