#EFE8A9

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

Shades of Pale Goldenrod #EFE8A9

Tints of Pale Goldenrod #EFE8A9

Color information

#EFE8A9 (or 0xEFE8A9) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E8 and A9. RGB value is (239,232,169). Sum of RGB (Red+Green+Blue) = 239+232+169=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 169 (66.41% from 255 or 26.41% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8A9 is #101756. Grayscale: #E3E3E3. Windows color (decimal): -1054551 or 11135215. OLE color: 11135215.

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

Color convert

RGB239232169-
CMYK00.030.290.06
HSL54º68.63%80%-
HSV(B)54º29.29%93.73%-
XYZ71.6178.9349-
YUV226.9195.32136.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 169 (66.41% from 255) = 26.41%
R=37.34%
G=36.25%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923216900.030.290.065468.6380
HexEFE8A9031D6364550
Octal3573502510335666105120
Binary1110111111101000101010010111110111011011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8A9; }

 p { color: rgb(239,232,169); }

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

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

 a { background-color: rgb(239,232,169); }

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

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

 span { border-color: rgb(239,232,169); }

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