#EFECB4

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

Shades of Medium Goldenrod #EFECB4

Tints of Medium Goldenrod #EFECB4

Color information

#EFECB4 (or 0xEFECB4) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EC and B4. RGB value is (239,236,180). Sum of RGB (Red+Green+Blue) = 239+236+180=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECB4 is #10134B. Grayscale: #E6E6E6. Windows color (decimal): -1053516 or 11857135. OLE color: 11857135.

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

Color convert

RGB239236180-
CMYK00.010.250.06
HSL56.95º64.84%82.16%-
HSV(B)56.95º24.69%93.73%-
XYZ73.8381.6455.05-
YUV230.5199.49134.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 180 (70.70% from 255) = 27.48%
R=36.49%
G=36.03%
B=27.48%

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
Decimal23923618000.010.250.0656.9564.8482.16
HexEFECB401196394152
Octal3573542640131671101122
Binary111011111110110010110100011100111011100110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECB4; }

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

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

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

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

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

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

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

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