#F0E6AF

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

Shades of Pale Goldenrod #F0E6AF

Tints of Pale Goldenrod #F0E6AF

Color information

#F0E6AF (or 0xF0E6AF) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E6 and AF. RGB value is (240,230,175). Sum of RGB (Red+Green+Blue) = 240+230+175=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E6AF is #0F1950. Grayscale: #E2E2E2. Windows color (decimal): -989521 or 11527920. OLE color: 11527920.

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

Color convert

RGB240230175-
CMYK00.040.270.06
HSL50.77º68.42%81.37%-
HSV(B)50.77º27.08%94.12%-
XYZ71.9778.2151.86-
YUV226.7298.81137.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 230 (90.23% from 255) = 35.66%
BLUE value IS 175 (68.75% from 255) = 27.13%
R=37.21%
G=35.66%
B=27.13%

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
Decimal24023017500.040.270.0650.7768.4281.37
HexF0E6AF041B6334451
Octal3603462570433663104121
Binary11110000111001101010111101001101111011001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E6AF; }

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

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

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

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

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

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

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

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