#EFEDA8

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

Shades of Pale Goldenrod #EFEDA8

Tints of Pale Goldenrod #EFEDA8

Color information

#EFEDA8 (or 0xEFEDA8) is unknown color: approx Pale Goldenrod. HEX triplet: EF, ED and A8. RGB value is (239,237,168). Sum of RGB (Red+Green+Blue) = 239+237+168=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 168 (66.02% from 255 or 26.09% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDA8 is #101257. Grayscale: #E6E6E6. Windows color (decimal): -1053272 or 11070959. OLE color: 11070959.

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

Color convert

RGB239237168-
CMYK00.010.300.06
HSL58.31º68.93%79.8%-
HSV(B)58.31º29.71%93.73%-
XYZ72.9581.7548.98-
YUV229.7393.16134.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 168 (66.02% from 255) = 26.09%
R=37.11%
G=36.80%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923716800.010.300.0658.3168.9379.8
HexEFEDA8011E63a4550
Octal3573552500136672105120
Binary111011111110110110101000011111011011101010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDA8; }

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

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

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

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

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

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

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

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