#EFEDB8

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

Shades of Medium Goldenrod #EFEDB8

Tints of Medium Goldenrod #EFEDB8

Color information

#EFEDB8 (or 0xEFEDB8) is unknown color: approx Medium Goldenrod. HEX triplet: EF, ED and B8. RGB value is (239,237,184). Sum of RGB (Red+Green+Blue) = 239+237+184=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 184 (72.27% from 255 or 27.88% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB8 is #101247. Grayscale: #E7E7E7. Windows color (decimal): -1053256 or 12119535. OLE color: 12119535.

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

Color convert

RGB239237184-
CMYK00.010.230.06
HSL57.82º63.22%82.94%-
HSV(B)57.82º23.01%93.73%-
XYZ74.5382.3857.32-
YUV231.56101.16133.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 184 (72.27% from 255) = 27.88%
R=36.21%
G=35.91%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923718400.010.230.0657.8263.2282.94
HexEFEDB8011763a3f53
Octal357355270012767277123
Binary11101111111011011011100001101111101110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDB8; }

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

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

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

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

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

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

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

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