#EFE9A8

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

Shades of Pale Goldenrod #EFE9A8

Tints of Pale Goldenrod #EFE9A8

Color information

#EFE9A8 (or 0xEFE9A8) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E9 and A8. RGB value is (239,233,168). Sum of RGB (Red+Green+Blue) = 239+233+168=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE9A8 is #101657. Grayscale: #E3E3E3. Windows color (decimal): -1054296 or 11069935. OLE color: 11069935.

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

Color convert

RGB239233168-
CMYK00.030.300.06
HSL54.93º68.93%79.8%-
HSV(B)54.93º29.71%93.73%-
XYZ71.879.4648.6-
YUV227.3894.49136.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 233 (91.41% from 255) = 36.41%
BLUE value IS 168 (66.02% from 255) = 26.25%
R=37.34%
G=36.41%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923316800.030.300.0654.9368.9379.8
HexEFE9A8031E6374550
Octal3573512500336667105120
Binary1110111111101001101010000111111011011011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9A8; }

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

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

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

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

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

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

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

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