#F0E5AC

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

Shades of Pale Goldenrod #F0E5AC

Tints of Pale Goldenrod #F0E5AC

Color information

#F0E5AC (or 0xF0E5AC) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E5 and AC. RGB value is (240,229,172). Sum of RGB (Red+Green+Blue) = 240+229+172=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E5AC is #0F1A53. Grayscale: #E2E2E2. Windows color (decimal): -989780 or 11331056. OLE color: 11331056.

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

Color convert

RGB240229172-
CMYK00.050.280.06
HSL50.29º69.39%80.78%-
HSV(B)50.29º28.33%94.12%-
XYZ71.477.5450.23-
YUV225.7997.64138.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 172 (67.58% from 255) = 26.83%
R=37.44%
G=35.73%
B=26.83%

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
Decimal24022917200.050.280.0650.2969.3980.78
HexF0E5AC051C6324551
Octal3603452540534662105121
Binary11110000111001011010110001011110011011001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E5AC; }

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

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

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

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

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

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

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

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