#EFEDA7

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

Shades of Pale Goldenrod #EFEDA7

Tints of Pale Goldenrod #EFEDA7

Color information

#EFEDA7 (or 0xEFEDA7) is unknown color: approx Pale Goldenrod. HEX triplet: EF, ED and A7. RGB value is (239,237,167). Sum of RGB (Red+Green+Blue) = 239+237+167=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDA7 is #101258. Grayscale: #E5E5E5. Windows color (decimal): -1053273 or 11005423. OLE color: 11005423.

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

Color convert

RGB239237167-
CMYK00.010.300.06
HSL58.33º69.23%79.61%-
HSV(B)58.33º30.13%93.73%-
XYZ72.8681.7148.49-
YUV229.6292.66134.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 167 (65.62% from 255) = 25.97%
R=37.17%
G=36.86%
B=25.97%

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
Decimal23923716700.010.300.0658.3369.2379.61
HexEFEDA7011E63a4550
Octal3573552470136672105120
Binary111011111110110110100111011111011011101010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDA7; }

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

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

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

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

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

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

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

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