#EFEFAE

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

Shades of Medium Goldenrod #EFEFAE

Tints of Medium Goldenrod #EFEFAE

Color information

#EFEFAE (or 0xEFEFAE) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EF and AE. RGB value is (239,239,174). Sum of RGB (Red+Green+Blue) = 239+239+174=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFAE is #101051. Grayscale: #E7E7E7. Windows color (decimal): -1052754 or 11464687. OLE color: 11464687.

HSL color Cylindrical-coordinate representation of color #EFEFAE: 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 #EFEFAE is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239239174-
CMYK000.270.06
HSL60º67.01%80.98%-
HSV(B)60º27.2%93.73%-
XYZ74.183.1452.19-
YUV231.5995.5133.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 174 (68.36% from 255) = 26.69%
R=36.66%
G=36.66%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239174000.270.066067.0180.98
HexEFEFAE001B63c4351
Octal3573572560033674103121
Binary111011111110111110101110001101111011110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFAE; }

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

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

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

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

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

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

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

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