#EFEEB4

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

Shades of Medium Goldenrod #EFEEB4

Tints of Medium Goldenrod #EFEEB4

Color information

#EFEEB4 (or 0xEFEEB4) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EE and B4. RGB value is (239,238,180). Sum of RGB (Red+Green+Blue) = 239+238+180=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 180 (70.70% from 255 or 27.40% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEB4 is #10114B. Grayscale: #E7E7E7. Windows color (decimal): -1053004 or 11857647. OLE color: 11857647.

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

Color convert

RGB239238180-
CMYK00.000.250.06
HSL58.98º64.84%82.16%-
HSV(B)58.98º24.69%93.73%-
XYZ74.4182.855.24-
YUV231.6998.83133.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 180 (70.70% from 255) = 27.40%
R=36.38%
G=36.23%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923818000.000.250.0658.9864.8482.16
HexEFEEB4001963b4152
Octal3573562640031673101122
Binary111011111110111010110100001100111011101110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEB4; }

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

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

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

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

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

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

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

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