#F0E9AF

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

Shades of Pale Goldenrod #F0E9AF

Tints of Pale Goldenrod #F0E9AF

Color information

#F0E9AF (or 0xF0E9AF) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E9 and AF. RGB value is (240,233,175). Sum of RGB (Red+Green+Blue) = 240+233+175=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E9AF is #0F1650. Grayscale: #E4E4E4. Windows color (decimal): -988753 or 11528688. OLE color: 11528688.

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

Color convert

RGB240233175-
CMYK00.030.270.06
HSL53.54º68.42%81.37%-
HSV(B)53.54º27.08%94.12%-
XYZ72.8179.952.14-
YUV228.4897.82136.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.04%
GREEN value IS 233 (91.41% from 255) = 35.96%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=37.04%
G=35.96%
B=27.01%

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
Decimal24023317500.030.270.0653.5468.4281.37
HexF0E9AF031B6364451
Octal3603512570333666104121
Binary1111000011101001101011110111101111011011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E9AF; }

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

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

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

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

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

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

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

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