#F0E8AF

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

Shades of Pale Goldenrod #F0E8AF

Tints of Pale Goldenrod #F0E8AF

Color information

#F0E8AF (or 0xF0E8AF) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E8 and AF. RGB value is (240,232,175). Sum of RGB (Red+Green+Blue) = 240+232+175=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E8AF is #0F1750. Grayscale: #E4E4E4. Windows color (decimal): -989009 or 11528432. OLE color: 11528432.

HSL color Cylindrical-coordinate representation of color #F0E8AF: hue angle of 52.62º 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 #F0E8AF is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240232175-
CMYK00.030.270.06
HSL52.62º68.42%81.37%-
HSV(B)52.62º27.08%94.12%-
XYZ72.5379.3352.05-
YUV227.8998.15136.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.09%
GREEN value IS 232 (91.02% from 255) = 35.86%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=37.09%
G=35.86%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023217500.030.270.0652.6268.4281.37
HexF0E8AF031B6354451
Octal3603502570333665104121
Binary1111000011101000101011110111101111011010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8AF; }

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

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

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

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

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

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

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

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