#EFEFB0

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

Shades of Medium Goldenrod #EFEFB0

Tints of Medium Goldenrod #EFEFB0

Color information

#EFEFB0 (or 0xEFEFB0) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EF and B0. RGB value is (239,239,176). Sum of RGB (Red+Green+Blue) = 239+239+176=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFB0 is #10104F. Grayscale: #E8E8E8. Windows color (decimal): -1052752 or 11595759. OLE color: 11595759.

HSL color Cylindrical-coordinate representation of color #EFEFB0: hue angle of 60º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFEFB0 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239239176-
CMYK000.260.06
HSL60º66.32%81.37%-
HSV(B)60º26.36%93.73%-
XYZ74.383.2253.22-
YUV231.8296.5133.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 176 (69.14% from 255) = 26.91%
R=36.54%
G=36.54%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239176000.260.066066.3281.37
HexEFEFB0001A63c4251
Octal3573572600032674102121
Binary111011111110111110110000001101011011110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFB0; }

 p { color: rgb(239,239,176); }

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

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

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

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

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

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

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