#EFEDAE

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

Shades of Medium Goldenrod #EFEDAE

Tints of Medium Goldenrod #EFEDAE

Color information

#EFEDAE (or 0xEFEDAE) is unknown color: approx Medium Goldenrod. HEX triplet: EF, ED and AE. RGB value is (239,237,174). Sum of RGB (Red+Green+Blue) = 239+237+174=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDAE is #101251. Grayscale: #E6E6E6. Windows color (decimal): -1053266 or 11464175. OLE color: 11464175.

HSL color Cylindrical-coordinate representation of color #EFEDAE: hue angle of 58.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFEDAE is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239237174-
CMYK00.010.270.06
HSL58.15º67.01%80.98%-
HSV(B)58.15º27.2%93.73%-
XYZ73.5281.9851.99-
YUV230.4296.16134.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=36.77%
G=36.46%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923717400.010.270.0658.1567.0180.98
HexEFEDAE011B63a4351
Octal3573552560133672103121
Binary111011111110110110101110011101111011101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDAE; }

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

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

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

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

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

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

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

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