#F0E4AC

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

Shades of Pale Goldenrod #F0E4AC

Tints of Pale Goldenrod #F0E4AC

Color information

#F0E4AC (or 0xF0E4AC) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E4 and AC. RGB value is (240,228,172). Sum of RGB (Red+Green+Blue) = 240+228+172=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E4AC is #0F1B53. Grayscale: #E1E1E1. Windows color (decimal): -990036 or 11330800. OLE color: 11330800.

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

Color convert

RGB240228172-
CMYK00.050.280.06
HSL49.41º69.39%80.78%-
HSV(B)49.41º28.33%94.12%-
XYZ71.1276.9950.14-
YUV225.297.98138.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 172 (67.58% from 255) = 26.88%
R=37.5%
G=35.62%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022817200.050.280.0649.4169.3980.78
HexF0E4AC051C6314551
Octal3603442540534661105121
Binary11110000111001001010110001011110011011000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4AC; }

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

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

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

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

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

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

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

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