#EFECB5

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

Shades of Medium Goldenrod #EFECB5

Tints of Medium Goldenrod #EFECB5

Color information

#EFECB5 (or 0xEFECB5) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EC and B5. RGB value is (239,236,181). Sum of RGB (Red+Green+Blue) = 239+236+181=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECB5 is #10134A. Grayscale: #E6E6E6. Windows color (decimal): -1053515 or 11922671. OLE color: 11922671.

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

Color convert

RGB239236181-
CMYK00.010.240.06
HSL56.9º64.44%82.35%-
HSV(B)56.9º24.27%93.73%-
XYZ73.9381.6855.58-
YUV230.6399.99133.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 181 (71.09% from 255) = 27.59%
R=36.43%
G=35.98%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923618100.010.240.0656.964.4482.35
HexEFECB501186394052
Octal3573542650130671100122
Binary111011111110110010110101011100011011100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECB5; }

 p { color: rgb(239,236,181); }

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

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

 a { background-color: rgb(239,236,181); }

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

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

 span { border-color: rgb(239,236,181); }

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