#EFEDB4

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

Shades of Medium Goldenrod #EFEDB4

Tints of Medium Goldenrod #EFEDB4

Color information

#EFEDB4 (or 0xEFEDB4) is unknown color: approx Medium Goldenrod. HEX triplet: EF, ED and B4. RGB value is (239,237,180). Sum of RGB (Red+Green+Blue) = 239+237+180=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB4 is #10124B. Grayscale: #E7E7E7. Windows color (decimal): -1053260 or 11857391. OLE color: 11857391.

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

Color convert

RGB239237180-
CMYK00.010.250.06
HSL57.97º64.84%82.16%-
HSV(B)57.97º24.69%93.73%-
XYZ74.1282.2155.14-
YUV231.199.16133.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 180 (70.70% from 255) = 27.44%
R=36.43%
G=36.13%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923718000.010.250.0657.9764.8482.16
HexEFEDB4011963a4152
Octal3573552640131672101122
Binary111011111110110110110100011100111011101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDB4; }

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

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

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

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

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

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

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

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