#F5ECB4

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

Shades of Pale Goldenrod #F5ECB4

Tints of Pale Goldenrod #F5ECB4

Color information

#F5ECB4 (or 0xF5ECB4) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EC and B4. RGB value is (245,236,180). Sum of RGB (Red+Green+Blue) = 245+236+180=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 180 (70.70% from 255 or 27.23% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECB4 is #0A134B. Grayscale: #E8E8E8. Windows color (decimal): -660300 or 11857141. OLE color: 11857141.

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

Color convert

RGB245236180-
CMYK00.040.270.04
HSL51.69º76.47%83.33%-
HSV(B)51.69º26.53%96.08%-
XYZ75.8982.755.14-
YUV232.3198.48137.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.07%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 180 (70.70% from 255) = 27.23%
R=37.07%
G=35.70%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523618000.040.270.0451.6976.4783.33
HexF5ECB4041B4344c53
Octal3653542640433464114123
Binary11110101111011001011010001001101110011010010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECB4; }

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

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

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

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

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

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

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

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