#EFF1AF

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

Shades of Medium Goldenrod #EFF1AF

Tints of Medium Goldenrod #EFF1AF

Color information

#EFF1AF (or 0xEFF1AF) is unknown color: approx Medium Goldenrod. HEX triplet: EF, F1 and AF. RGB value is (239,241,175). Sum of RGB (Red+Green+Blue) = 239+241+175=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF1AF is #100E50. Grayscale: #E9E9E9. Windows color (decimal): -1052241 or 11530735. OLE color: 11530735.

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

Color convert

RGB239241175-
CMYK0.0100.270.05
HSL61.82º70.21%81.57%-
HSV(B)61.82º27.39%94.51%-
XYZ74.7984.3652.9-
YUV232.8895.34132.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 175 (68.75% from 255) = 26.72%
R=36.49%
G=36.79%
B=26.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411750.0100.270.0561.8270.2181.57
HexEFF1AF101B53e4652
Octal3573612571033576106122
Binary111011111111000110101111101101110111111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1AF; }

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

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

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

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

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

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

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

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