#F5EEB0

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

Shades of Pale Goldenrod #F5EEB0

Tints of Pale Goldenrod #F5EEB0

Color information

#F5EEB0 (or 0xF5EEB0) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EE and B0. RGB value is (245,238,176). Sum of RGB (Red+Green+Blue) = 245+238+176=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 176 (69.14% from 255 or 26.71% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EEB0 is #0A114F. Grayscale: #E9E9E9. Windows color (decimal): -659792 or 11595509. OLE color: 11595509.

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

Color convert

RGB245238176-
CMYK00.030.280.04
HSL53.91º77.53%82.55%-
HSV(B)53.91º28.16%96.08%-
XYZ76.0783.753.22-
YUV233.0295.82136.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 176 (69.14% from 255) = 26.71%
R=37.18%
G=36.12%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523817600.030.280.0453.9177.5382.55
HexF5EEB0031C4364e53
Octal3653562600334466116123
Binary1111010111101110101100000111110010011011010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EEB0; }

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

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

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

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

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

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

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

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