#EFF1AE

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

Shades of Medium Goldenrod #EFF1AE

Tints of Medium Goldenrod #EFF1AE

Color information

#EFF1AE (or 0xEFF1AE) is unknown color: approx Medium Goldenrod. HEX triplet: EF, F1 and AE. RGB value is (239,241,174). Sum of RGB (Red+Green+Blue) = 239+241+174=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF1AE is #100E51. Grayscale: #E9E9E9. Windows color (decimal): -1052242 or 11465199. OLE color: 11465199.

HSL color Cylindrical-coordinate representation of color #EFF1AE: hue angle of 61.79º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFF1AE is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB239241174-
CMYK0.0100.280.05
HSL61.79º70.53%81.37%-
HSV(B)61.79º27.8%94.51%-
XYZ74.6984.3252.38-
YUV232.7694.84132.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=36.54%
G=36.85%
B=26.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411740.0100.280.0561.7970.5381.37
HexEFF1AE101C53e4751
Octal3573612561034576107121
Binary111011111111000110101110101110010111111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1AE; }

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

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

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

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

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

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

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

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