#EFEAB2

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

Shades of Pale Goldenrod #EFEAB2

Tints of Pale Goldenrod #EFEAB2

Color information

#EFEAB2 (or 0xEFEAB2) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EA and B2. RGB value is (239,234,178). Sum of RGB (Red+Green+Blue) = 239+234+178=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAB2 is #10154D. Grayscale: #E5E5E5. Windows color (decimal): -1054030 or 11725551. OLE color: 11725551.

HSL color Cylindrical-coordinate representation of color #EFEAB2: hue angle of 55.08º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFEAB2 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239234178-
CMYK00.020.260.06
HSL55.08º65.59%81.76%-
HSV(B)55.08º25.52%93.73%-
XYZ73.0680.4153.79-
YUV229.1199.16135.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 178 (69.92% from 255) = 27.34%
R=36.71%
G=35.94%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923417800.020.260.0655.0865.5981.76
HexEFEAB2021A6374252
Octal3573522620232667102122
Binary1110111111101010101100100101101011011011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAB2; }

 p { color: rgb(239,234,178); }

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

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

 a { background-color: rgb(239,234,178); }

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

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

 span { border-color: rgb(239,234,178); }

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