#EFEAB1

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

Shades of Pale Goldenrod #EFEAB1

Tints of Pale Goldenrod #EFEAB1

Color information

#EFEAB1 (or 0xEFEAB1) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EA and B1. RGB value is (239,234,177). Sum of RGB (Red+Green+Blue) = 239+234+177=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAB1 is #10154E. Grayscale: #E5E5E5. Windows color (decimal): -1054031 or 11660015. OLE color: 11660015.

HSL color Cylindrical-coordinate representation of color #EFEAB1: hue angle of 55.16º 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 #EFEAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239234177-
CMYK00.020.260.06
HSL55.16º65.96%81.57%-
HSV(B)55.16º25.94%93.73%-
XYZ72.9680.3753.26-
YUV22998.66135.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 177 (69.53% from 255) = 27.23%
R=36.77%
G=36%
B=27.23%

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
Decimal23923417700.020.260.0655.1665.9681.57
HexEFEAB1021A6374252
Octal3573522610232667102122
Binary1110111111101010101100010101101011011011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAB1; }

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

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

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

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

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

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

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

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