#F0E4AF

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

Shades of Pale Goldenrod #F0E4AF

Tints of Pale Goldenrod #F0E4AF

Color information

#F0E4AF (or 0xF0E4AF) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E4 and AF. RGB value is (240,228,175). Sum of RGB (Red+Green+Blue) = 240+228+175=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E4AF is #0F1B50. Grayscale: #E1E1E1. Windows color (decimal): -990033 or 11527408. OLE color: 11527408.

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

Color convert

RGB240228175-
CMYK00.050.270.06
HSL48.92º68.42%81.37%-
HSV(B)48.92º27.08%94.12%-
XYZ71.4277.1151.68-
YUV225.5599.48138.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 228 (89.45% from 255) = 35.46%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=37.33%
G=35.46%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022817500.050.270.0648.9268.4281.37
HexF0E4AF051B6314451
Octal3603442570533661104121
Binary11110000111001001010111101011101111011000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4AF; }

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

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

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

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

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

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

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

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