#EFEDAF

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

Shades of Medium Goldenrod #EFEDAF

Tints of Medium Goldenrod #EFEDAF

Color information

#EFEDAF (or 0xEFEDAF) is unknown color: approx Medium Goldenrod. HEX triplet: EF, ED and AF. RGB value is (239,237,175). Sum of RGB (Red+Green+Blue) = 239+237+175=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDAF is #101250. Grayscale: #E6E6E6. Windows color (decimal): -1053265 or 11529711. OLE color: 11529711.

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

Color convert

RGB239237175-
CMYK00.010.270.06
HSL58.12º66.67%81.18%-
HSV(B)58.12º26.78%93.73%-
XYZ73.6282.0152.51-
YUV230.5396.66134.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=36.71%
G=36.41%
B=26.88%

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
Decimal23923717500.010.270.0658.1266.6781.18
HexEFEDAF011B63a4351
Octal3573552570133672103121
Binary111011111110110110101111011101111011101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDAF; }

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

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

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

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

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

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

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

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