#F5ECB0

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

Shades of Pale Goldenrod #F5ECB0

Tints of Pale Goldenrod #F5ECB0

Color information

#F5ECB0 (or 0xF5ECB0) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EC and B0. RGB value is (245,236,176). Sum of RGB (Red+Green+Blue) = 245+236+176=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ECB0 is #0A134F. Grayscale: #E8E8E8. Windows color (decimal): -660304 or 11594997. OLE color: 11594997.

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

Color convert

RGB245236176-
CMYK00.040.280.04
HSL52.17º77.53%82.55%-
HSV(B)52.17º28.16%96.08%-
XYZ75.4982.5453.03-
YUV231.8596.48137.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.29%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 176 (69.14% from 255) = 26.79%
R=37.29%
G=35.92%
B=26.79%

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
Decimal24523617600.040.280.0452.1777.5382.55
HexF5ECB0041C4344e53
Octal3653542600434464116123
Binary11110101111011001011000001001110010011010010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECB0; }

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

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

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

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

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

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

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

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