#F5EBAB

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

Shades of Pale Goldenrod #F5EBAB

Tints of Pale Goldenrod #F5EBAB

Color information

#F5EBAB (or 0xF5EBAB) is unknown color: approx Pale Goldenrod. HEX triplet: F5, EB and AB. RGB value is (245,235,171). Sum of RGB (Red+Green+Blue) = 245+235+171=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EBAB is #0A1454. Grayscale: #E6E6E6. Windows color (decimal): -660565 or 11267061. OLE color: 11267061.

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

Color convert

RGB245235171-
CMYK00.040.300.04
HSL51.89º78.72%81.57%-
HSV(B)51.89º30.2%96.08%-
XYZ74.7281.7750.37-
YUV230.6994.31138.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 171 (67.19% from 255) = 26.27%
R=37.63%
G=36.10%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523517100.040.300.0451.8978.7281.57
HexF5EBAB041E4344f52
Octal3653532530436464117122
Binary11110101111010111010101101001111010011010010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBAB; }

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

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

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

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

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

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

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

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