#F5EBAE

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

Shades of Pale Goldenrod #F5EBAE

Tints of Pale Goldenrod #F5EBAE

Color information

#F5EBAE (or 0xF5EBAE) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EB and AE. RGB value is (245,235,174). Sum of RGB (Red+Green+Blue) = 245+235+174=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EBAE is #0A1451. Grayscale: #E7E7E7. Windows color (decimal): -660562 or 11463669. OLE color: 11463669.

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

Color convert

RGB245235174-
CMYK00.040.290.04
HSL51.55º78.02%82.16%-
HSV(B)51.55º28.98%96.08%-
XYZ7581.8951.9-
YUV231.0495.81137.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=37.46%
G=35.93%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523517400.040.290.0451.5578.0282.16
HexF5EBAE041D4344e52
Octal3653532560435464116122
Binary11110101111010111010111001001110110011010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBAE; }

 p { color: rgb(245,235,174); }

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

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

 a { background-color: rgb(245,235,174); }

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

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

 span { border-color: rgb(245,235,174); }

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