#F4EBAC

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

Shades of Pale Goldenrod #F4EBAC

Tints of Pale Goldenrod #F4EBAC

Color information

#F4EBAC (or 0xF4EBAC) is unknown color: approx Pale Goldenrod. HEX triplet: F4, EB and AC. RGB value is (244,235,172). Sum of RGB (Red+Green+Blue) = 244+235+172=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EBAC is #0B1453. Grayscale: #E6E6E6. Windows color (decimal): -726100 or 11332596. OLE color: 11332596.

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

Color convert

RGB244235172-
CMYK00.040.300.04
HSL52.5º76.6%81.57%-
HSV(B)52.5º29.51%95.69%-
XYZ74.4681.6350.86-
YUV230.5194.98137.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.48%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 172 (67.58% from 255) = 26.42%
R=37.48%
G=36.10%
B=26.42%

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
Decimal24423517200.040.300.0452.576.681.57
HexF4EBAC041E4344d52
Octal3643532540436464115122
Binary11110100111010111010110001001111010011010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EBAC; }

 p { color: rgb(244,235,172); }

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

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

 a { background-color: rgb(244,235,172); }

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

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

 span { border-color: rgb(244,235,172); }

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