#EFEAA8

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

Shades of Pale Goldenrod #EFEAA8

Tints of Pale Goldenrod #EFEAA8

Color information

#EFEAA8 (or 0xEFEAA8) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EA and A8. RGB value is (239,234,168). Sum of RGB (Red+Green+Blue) = 239+234+168=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA8 is #101557. Grayscale: #E4E4E4. Windows color (decimal): -1054040 or 11070191. OLE color: 11070191.

HSL color Cylindrical-coordinate representation of color #EFEAA8: hue angle of 55.77º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFEAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239234168-
CMYK00.020.300.06
HSL55.77º68.93%79.8%-
HSV(B)55.77º29.71%93.73%-
XYZ72.0980.0248.69-
YUV227.9794.16135.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 168 (66.02% from 255) = 26.21%
R=37.29%
G=36.51%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923416800.020.300.0655.7768.9379.8
HexEFEAA8021E6384550
Octal3573522500236670105120
Binary1110111111101010101010000101111011011100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAA8; }

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

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

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

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

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

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

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

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