#EFEFAF

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

Shades of Medium Goldenrod #EFEFAF

Tints of Medium Goldenrod #EFEFAF

Color information

#EFEFAF (or 0xEFEFAF) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EF and AF. RGB value is (239,239,175). Sum of RGB (Red+Green+Blue) = 239+239+175=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFAF is #101050. Grayscale: #E7E7E7. Windows color (decimal): -1052753 or 11530223. OLE color: 11530223.

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

Color convert

RGB239239175-
CMYK000.270.06
HSL60º66.67%81.18%-
HSV(B)60º26.78%93.73%-
XYZ74.283.1852.7-
YUV231.796133.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 175 (68.75% from 255) = 26.80%
R=36.60%
G=36.60%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239175000.270.066066.6781.18
HexEFEFAF001B63c4351
Octal3573572570033674103121
Binary111011111110111110101111001101111011110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFAF; }

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

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

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

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

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

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

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

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