#F0E8A3

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

Shades of Pale Goldenrod #F0E8A3

Tints of Pale Goldenrod #F0E8A3

Color information

#F0E8A3 (or 0xF0E8A3) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E8 and A3. RGB value is (240,232,163). Sum of RGB (Red+Green+Blue) = 240+232+163=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 163 (64.06% from 255 or 25.67% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E8A3 is #0F175C. Grayscale: #E2E2E2. Windows color (decimal): -989021 or 10742000. OLE color: 10742000.

HSL color Cylindrical-coordinate representation of color #F0E8A3: hue angle of 53.77º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0E8A3 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240232163-
CMYK00.030.320.06
HSL53.77º71.96%79.02%-
HSV(B)53.77º32.08%94.12%-
XYZ71.478.8846.11-
YUV226.5392.15137.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 163 (64.06% from 255) = 25.67%
R=37.80%
G=36.54%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023216300.030.320.0653.7771.9679.02
HexF0E8A30320636484f
Octal3603502430340666110117
Binary11110000111010001010001101110000011011011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8A3; }

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

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

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

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

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

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

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

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