#EFEAA4

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

Shades of Pale Goldenrod #EFEAA4

Tints of Pale Goldenrod #EFEAA4

Color information

#EFEAA4 (or 0xEFEAA4) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EA and A4. RGB value is (239,234,164). Sum of RGB (Red+Green+Blue) = 239+234+164=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA4 is #10155B. Grayscale: #E3E3E3. Windows color (decimal): -1054044 or 10808047. OLE color: 10808047.

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

Color convert

RGB239234164-
CMYK00.020.310.06
HSL56º70.09%79.02%-
HSV(B)56º31.38%93.73%-
XYZ71.7279.8846.76-
YUV227.5292.16136.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 164 (64.45% from 255) = 25.75%
R=37.52%
G=36.73%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923416400.020.310.065670.0979.02
HexEFEAA4021F638464f
Octal3573522440237670106117
Binary1110111111101010101001000101111111011100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAA4; }

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

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

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

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

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

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

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

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