#F5EEA9

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

Shades of Pale Goldenrod #F5EEA9

Tints of Pale Goldenrod #F5EEA9

Color information

#F5EEA9 (or 0xF5EEA9) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EE and A9. RGB value is (245,238,169). Sum of RGB (Red+Green+Blue) = 245+238+169=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 169 (66.41% from 255 or 25.92% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EEA9 is #0A1156. Grayscale: #E8E8E8. Windows color (decimal): -659799 or 11136757. OLE color: 11136757.

HSL color Cylindrical-coordinate representation of color #F5EEA9: hue angle of 54.47º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5EEA9 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245238169-
CMYK00.030.310.04
HSL54.47º79.17%81.18%-
HSV(B)54.47º31.02%96.08%-
XYZ75.3983.4349.67-
YUV232.2392.32137.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.58%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 169 (66.41% from 255) = 25.92%
R=37.58%
G=36.50%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523816900.030.310.0454.4779.1781.18
HexF5EEA9031F4364f51
Octal3653562510337466117121
Binary1111010111101110101010010111111110011011010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EEA9; }

 p { color: rgb(245,238,169); }

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

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

 a { background-color: rgb(245,238,169); }

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

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

 span { border-color: rgb(245,238,169); }

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