#F0EAAC

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

Shades of Pale Goldenrod #F0EAAC

Tints of Pale Goldenrod #F0EAAC

Color information

#F0EAAC (or 0xF0EAAC) is unknown color: approx Pale Goldenrod. HEX triplet: F0, EA and AC. RGB value is (240,234,172). Sum of RGB (Red+Green+Blue) = 240+234+172=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EAAC is #0F1553. Grayscale: #E4E4E4. Windows color (decimal): -988500 or 11332336. OLE color: 11332336.

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

Color convert

RGB240234172-
CMYK00.020.280.06
HSL54.71º69.39%80.78%-
HSV(B)54.71º28.33%94.12%-
XYZ72.880.3550.7-
YUV228.7395.99136.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 172 (67.58% from 255) = 26.63%
R=37.15%
G=36.22%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023417200.020.280.0654.7169.3980.78
HexF0EAAC021C6374551
Octal3603522540234667105121
Binary1111000011101010101011000101110011011011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAAC; }

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

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

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

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

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

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

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

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