#EFEEAE

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

Shades of Medium Goldenrod #EFEEAE

Tints of Medium Goldenrod #EFEEAE

Color information

#EFEEAE (or 0xEFEEAE) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EE and AE. RGB value is (239,238,174). Sum of RGB (Red+Green+Blue) = 239+238+174=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEAE is #101151. Grayscale: #E7E7E7. Windows color (decimal): -1053010 or 11464431. OLE color: 11464431.

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

Color convert

RGB239238174-
CMYK00.000.270.06
HSL59.08º67.01%80.98%-
HSV(B)59.08º27.2%93.73%-
XYZ73.8182.5652.09-
YUV23195.83133.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=36.71%
G=36.56%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923817400.000.270.0659.0867.0180.98
HexEFEEAE001B63b4351
Octal3573562560033673103121
Binary111011111110111010101110001101111011101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEAE; }

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

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

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

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

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

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

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

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