#F5ECB1

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

Shades of Pale Goldenrod #F5ECB1

Tints of Pale Goldenrod #F5ECB1

Color information

#F5ECB1 (or 0xF5ECB1) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EC and B1. RGB value is (245,236,177). Sum of RGB (Red+Green+Blue) = 245+236+177=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 177 (69.53% from 255 or 26.90% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ECB1 is #0A134E. Grayscale: #E8E8E8. Windows color (decimal): -660303 or 11660533. OLE color: 11660533.

HSL color Cylindrical-coordinate representation of color #F5ECB1: hue angle of 52.06º degrees, saturation: 0.77, 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 #F5ECB1 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB245236177-
CMYK00.040.280.04
HSL52.06º77.27%82.75%-
HSV(B)52.06º27.76%96.08%-
XYZ75.5982.5853.55-
YUV231.9696.98137.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.23%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 177 (69.53% from 255) = 26.90%
R=37.23%
G=35.87%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523617700.040.280.0452.0677.2782.75
HexF5ECB1041C4344d53
Octal3653542610434464115123
Binary11110101111011001011000101001110010011010010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECB1; }

 p { color: rgb(245,236,177); }

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

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

 a { background-color: rgb(245,236,177); }

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

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

 span { border-color: rgb(245,236,177); }

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