#F0E5A1

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

Shades of Pale Goldenrod #F0E5A1

Tints of Pale Goldenrod #F0E5A1

Color information

#F0E5A1 (or 0xF0E5A1) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E5 and A1. RGB value is (240,229,161). Sum of RGB (Red+Green+Blue) = 240+229+161=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E5A1 is #0F1A5E. Grayscale: #E0E0E0. Windows color (decimal): -989791 or 10610160. OLE color: 10610160.

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

Color convert

RGB240229161-
CMYK00.050.330.06
HSL51.65º72.48%78.63%-
HSV(B)51.65º32.92%94.12%-
XYZ70.3977.1444.9-
YUV224.5492.14139.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 229 (89.84% from 255) = 36.35%
BLUE value IS 161 (63.28% from 255) = 25.56%
R=38.10%
G=36.35%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022916100.050.330.0651.6572.4878.63
HexF0E5A10521634484f
Octal3603452410541664110117
Binary111100001110010110100001010110000111011010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E5A1; }

 p { color: rgb(240,229,161); }

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

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

 a { background-color: rgb(240,229,161); }

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

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

 span { border-color: rgb(240,229,161); }

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